We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e76868 commit 30005adCopy full SHA for 30005ad
.github/workflows/codeql-analysis.yml
@@ -24,7 +24,7 @@ jobs:
24
25
# Initializes the CodeQL tools for scanning.
26
- name: Initialize CodeQL
27
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
28
with:
29
languages: ${{ matrix.language }}
30
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -33,4 +33,4 @@ jobs:
33
# queries: ./path/to/local/query, your-org/your-repo/queries@main
34
35
- name: Perform CodeQL Analysis
36
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments