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