We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f34286 + 583041f commit 7dc305dCopy full SHA for 7dc305d
1 file changed
.github/workflows/codeql-analysis.yml
@@ -33,7 +33,7 @@ jobs:
33
34
# Initializes the CodeQL tools for scanning.
35
- name: Initialize CodeQL
36
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
37
with:
38
languages: 'actions'
39
build-mode: 'none'
@@ -43,4 +43,4 @@ jobs:
43
# We are only doing actions which does not require a build
44
45
- name: Perform CodeQL Analysis
46
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments