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 f8a855f commit b6ce345Copy full SHA for b6ce345
.github/workflows/codeql.yml
@@ -34,13 +34,13 @@ jobs:
34
35
# Initializes the CodeQL tools for scanning.
36
- name: Initialize CodeQL
37
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
38
with:
39
languages: ${{ matrix.language }}
40
build-mode: ${{ matrix.build-mode }}
41
source-root: "./src"
42
43
- name: Perform CodeQL Analysis
44
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
45
46
category: "/language:${{matrix.language}}"
0 commit comments