Skip to content

Commit 2b94fa7

Browse files
Merge pull request #2004 from adoptium/dependabot/github_actions/actions/setup-java-5.3.0
Bump actions/setup-java from 5.2.0 to 5.3.0
2 parents ac0fd53 + d1500a1 commit 2b94fa7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
persist-credentials: false
3636

37-
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
37+
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
3838
with:
3939
java-version: '21'
4040
distribution: 'temurin'

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Prefix the list here with "+" to use these queries and those in the config file.
4949
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5050

51-
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
51+
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
5252
with:
5353
java-version: '21'
5454
distribution: 'temurin'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818

19-
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
19+
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
2020
with:
2121
java-version: '21'
2222
distribution: 'temurin'

0 commit comments

Comments
 (0)