Skip to content

Commit b972fca

Browse files
authored
Merge pull request #164 from OneIdentity/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents e59402b + 3cc33e5 commit b972fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Set up JDK
3636
if: matrix.language == 'java-kotlin'
37-
uses: actions/setup-java@v4
37+
uses: actions/setup-java@v5
3838
with:
3939
distribution: "temurin"
4040
java-version: "8"

0 commit comments

Comments
 (0)