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.
2 parents 8896f3d + b2e4d4b commit 46f9d54Copy full SHA for 46f9d54
.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@v3
+ uses: github/codeql-action/init@v4
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 -j4
52
53
- name: Perform CodeQL Analysis
54
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments