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 b4efab9 commit c377f0bCopy full SHA for c377f0b
.github/workflows/codeql-analysis.yml
@@ -29,11 +29,11 @@ jobs:
29
uses: actions/checkout@v4
30
31
- name: Initialize CodeQL
32
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
33
with:
34
languages: ${{ matrix.language }}
35
- name: Autobuild
36
- uses: github/codeql-action/autobuild@v1
+ uses: github/codeql-action/autobuild@v2
37
38
# ℹ️ Command-line programs to run using the OS shell.
39
# 📚 https://git.io/JvXDl
@@ -47,4 +47,4 @@ jobs:
47
# make release
48
49
- name: Perform CodeQL Analysis
50
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments