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 78b73b2 commit 65bb6d7Copy full SHA for 65bb6d7
.github/workflows/codeql.yml
@@ -29,9 +29,9 @@ 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
36
- name: Perform CodeQL Analysis
37
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments