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 b9ce4c2 commit b41b1edCopy full SHA for b41b1ed
.github/workflows/codeql.yml
@@ -33,7 +33,7 @@ jobs:
33
34
# Initializes the CodeQL tools for scanning.
35
- name: Initialize CodeQL
36
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
37
with:
38
languages: ${{ matrix.language }}
39
build-mode: ${{ matrix.build-mode }}
@@ -48,6 +48,6 @@ jobs:
48
exit 1
49
50
- name: Perform CodeQL Analysis
51
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
52
53
category: "/language:${{matrix.language}}"
0 commit comments