We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 318a031 + 524aa79 commit 54bb53dCopy full SHA for 54bb53d
.github/workflows/codeql-analysis.yml
@@ -28,7 +28,7 @@ jobs:
28
29
# Initializes the CodeQL tools for scanning.
30
- name: Initialize CodeQL
31
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
32
with:
33
languages: ${{ matrix.language }}
34
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -46,4 +46,4 @@ jobs:
46
make -C jbmc/unit -j2
47
48
- name: Perform CodeQL Analysis
49
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments