Skip to content

Commit

Permalink
Merge pull request #1166 from SpiNNakerManchester/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/setup-java-4.2.2

Bump actions/setup-java from 4.2.1 to 4.2.2
  • Loading branch information
Christian-B authored Aug 13, 2024
2 parents 7e3cf7f + 1aa150a commit ffbd0fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
Expand All @@ -135,7 +135,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
distribution: 'zulu'
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

# Set up right Java version: https://github.com/github/codeql-action/issues/825
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
java-version: ${{ matrix.version }}
distribution: zulu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('SpiNNaker-allocserv/pom.xml') }}
restore-keys: ${{ runner.os }}-node-
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit ffbd0fa

Please sign in to comment.