We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c60cfc commit a90386cCopy full SHA for a90386c
.github/workflows/codeql-analysis.yml
@@ -50,12 +50,12 @@ jobs:
50
uses: actions/setup-java@v3
51
with:
52
distribution: 'temurin'
53
- java-version: 24
+ java-version: 25
54
55
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
56
# If this step fails, then you should remove it and run the build manually (see below)
57
- name: Autobuild
58
- uses: github/codeql-action/autobuild@v3
+ uses: github/codeql-action/autobuild@v4
59
60
# ℹ️ Command-line programs to run using the OS shell.
61
# 📚 https://git.io/JvXDl
@@ -69,4 +69,4 @@ jobs:
69
# make release
70
71
- name: Perform CodeQL Analysis
72
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments