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 cc47745 + 3398f0a commit 523e5c1Copy full SHA for 523e5c1
.github/workflows/codeql.yml
@@ -29,7 +29,7 @@ jobs:
29
30
# Initializes the CodeQL tools for scanning.
31
- name: Initialize CodeQL
32
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
33
with:
34
languages: ${{ matrix.language }}
35
@@ -40,9 +40,9 @@ jobs:
40
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
41
# If this step fails, then you should remove it and run the build manually (see below)
42
- name: Autobuild
43
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
44
45
- name: Perform CodeQL Analysis
46
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
47
48
category: "/language:${{matrix.language}}"
0 commit comments