You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ jobs:
54
54
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
55
55
# queries: security-extended,security-and-quality
56
56
57
-
- uses: actions/setup-java@v4
57
+
- uses: actions/setup-java@v5
58
58
with:
59
59
distribution: 'temurin'# See 'Supported distributions' for available options
0 commit comments