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 cc18666 + f742c3f commit c3838a1Copy full SHA for c3838a1
.github/workflows/codeql-analysis.yml
@@ -25,14 +25,14 @@ jobs:
25
26
# Initializes the CodeQL tools for scanning.
27
- name: Initialize CodeQL
28
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
29
with:
30
languages: ${{ matrix.language }}
31
32
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
33
# If this step fails, then you should remove it and run the build manually (see below)
34
- name: Autobuild
35
- uses: github/codeql-action/autobuild@v3
+ uses: github/codeql-action/autobuild@v4
36
37
- name: Perform CodeQL Analysis
38
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments