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 25882bc + e20ba97 commit 0142b64Copy full SHA for 0142b64
.github/workflows/codeql-analysis.yml
@@ -42,11 +42,11 @@ jobs:
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
45
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
46
with:
47
languages: ${{ matrix.language }}
48
49
- name: Autobuild
50
- uses: github/codeql-action/autobuild@v3
+ uses: github/codeql-action/autobuild@v4
51
- name: Perform CodeQL Analysis
52
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments