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 2bb5719 + 0eebc23 commit 04b8e79Copy full SHA for 04b8e79
1 file changed
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
# Initializes the CodeQL tools for scanning.
40
- name: Initialize CodeQL
41
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v4
42
with:
43
languages: ${{ matrix.language }}
44
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -63,4 +63,4 @@ jobs:
63
# make release
64
65
- name: Perform CodeQL Analysis
66
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v4
0 commit comments