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 f6df7ff commit 038e43bCopy full SHA for 038e43b
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
# Initializes the CodeQL tools for scanning.
41
- name: Initialize CodeQL
42
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
43
with:
44
languages: ${{ matrix.language }}
45
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,7 +55,7 @@ jobs:
55
java-version: 21
56
distribution: 'zulu'
57
- name: Autobuild
58
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
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@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments