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.
1 parent 881607f commit c876516Copy full SHA for c876516
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
# Initializes the CodeQL tools for scanning.
41
- name: Initialize CodeQL
42
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
43
with:
44
languages: ${{ matrix.language }}
45
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -64,4 +64,4 @@ jobs:
64
# make release
65
66
- name: Perform CodeQL Analysis
67
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments