Skip to content

Commit 4a7b1df

Browse files
Bump actions/setup-java from 4 to 5
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d0c108 commit 4a7b1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
pull-requests: read # Allows SonarCloud to decorate PRs with analysis results.
2222
steps:
23-
- uses: actions/setup-java@v4
23+
- uses: actions/setup-java@v5
2424
with:
2525
distribution: "temurin"
2626
java-version: "21" # SonarCloud requires v17 or higher.

0 commit comments

Comments
 (0)