Skip to content

Commit f9d30ee

Browse files
authored
Merge pull request #2033 from adoptium/dependabot/github_actions/actions/setup-java-5.5.0
Bump actions/setup-java from 5.4.0 to 5.5.0
2 parents 6109b8a + f1be882 commit f9d30ee

2 files changed

Lines changed: 2 additions & 2 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@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
37+
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.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@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
51+
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
5252
with:
5353
java-version: '21'
5454
distribution: 'temurin'

0 commit comments

Comments
 (0)