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 6247117 commit 63ce8a8Copy full SHA for 63ce8a8
.github/workflows/codeql.yml
@@ -38,12 +38,12 @@ jobs:
38
39
# Initializes the CodeQL tools for scanning.
40
- name: Initialize CodeQL
41
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
42
with:
43
languages: ${{ matrix.language }}
44
build-mode: ${{ matrix.build-mode }}
45
46
- name: Perform CodeQL Analysis
47
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
48
49
category: "/language:${{matrix.language}}"
0 commit comments