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 be91fc3 commit 62e855cCopy full SHA for 62e855c
.github/workflows/codeql-analysis.yml
@@ -32,14 +32,14 @@ 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
39
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
40
# If this step fails, then you should remove it and run the build manually (see below)
41
- name: Autobuild
42
- uses: github/codeql-action/autobuild@v3
+ uses: github/codeql-action/autobuild@v4
43
44
- name: Perform CodeQL Analysis
45
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments