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 f59b763 + 430320c commit 6fed2d2Copy full SHA for 6fed2d2
.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
48
49
# Initializes the CodeQL tools for scanning.
50
- name: Initialize CodeQL
51
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
52
with:
53
languages: ${{ matrix.language }}
54
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -76,4 +76,4 @@ jobs:
76
# make release
77
78
- name: Perform CodeQL Analysis
79
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments