Skip to content

Commit 2a1d093

Browse files
Update actions/setup-java action to v5
1 parent 40fb178 commit 2a1d093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v6
2828

2929
- name: Set up Java
30-
uses: actions/setup-java@v4
30+
uses: actions/setup-java@v5
3131
with:
3232
distribution: 'temurin'
3333
java-version: 21

0 commit comments

Comments
 (0)