We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08005d4 + 01791e1 commit 15815b4Copy full SHA for 15815b4
1 file changed
.github/workflows/codeql.yml
@@ -29,17 +29,17 @@ jobs:
29
30
# Initializes the CodeQL tools for scanning.
31
- name: Initialize CodeQL
32
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
33
with:
34
languages: ${{ matrix.language }}
35
36
37
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
38
# If this step fails, then you should remove it and run the build manually (see below)
39
- name: Autobuild
40
- uses: github/codeql-action/autobuild@v3
+ uses: github/codeql-action/autobuild@v4
41
42
- name: Perform CodeQL Analysis
43
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
44
45
category: "/language:${{matrix.language}}"
0 commit comments