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 7166956 + f223ee2 commit b7e1c20Copy full SHA for b7e1c20
.github/workflows/codeql.yml
@@ -32,7 +32,7 @@ jobs:
32
33
# Initializes the CodeQL tools for scanning.
34
- name: Initialize CodeQL
35
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
36
with:
37
languages: ${{ matrix.language }}
38
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -43,6 +43,6 @@ jobs:
43
# queries: security-extended,security-and-quality
44
45
- name: Perform CodeQL Analysis
46
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
47
48
category: "/language:${{matrix.language}}"
0 commit comments