We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f7fbd commit 9eae94bCopy full SHA for 9eae94b
1 file changed
.github/workflows/codeql-analysis.yml
@@ -29,12 +29,12 @@ 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
- name: Autobuild
37
- uses: github/codeql-action/autobuild@v3
+ uses: github/codeql-action/autobuild@v4
38
39
- name: Perform CodeQL Analysis
40
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments