We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c131704 commit 90e7073Copy full SHA for 90e7073
.github/workflows/codeql.yml
@@ -37,7 +37,7 @@ jobs:
37
38
# Initializes the CodeQL tools for scanning.
39
- name: Initialize CodeQL
40
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
41
with:
42
languages: ${{ matrix.language }}
43
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -46,4 +46,4 @@ jobs:
46
# queries: ./path/to/local/query, your-org/your-repo/queries@main
47
48
- name: Perform CodeQL Analysis
49
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments