There was an error while loading. Please reload this page.
2 parents e0df4f3 + cc82174 commit 9699f00Copy full SHA for 9699f00
.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
48
49
# Initializes the CodeQL tools for scanning.
50
- name: Initialize CodeQL
51
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
52
with:
53
languages: ${{ matrix.language }}
54
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -63,4 +63,4 @@ jobs:
63
make all
64
65
- name: Perform CodeQL Analysis
66
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments