We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c9f44 commit 003e160Copy full SHA for 003e160
.github/workflows/codeql.yaml
@@ -41,7 +41,7 @@ jobs:
41
42
# Initializes the CodeQL tools for scanning.
43
- name: Initialize CodeQL
44
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
45
with:
46
languages: ${{ matrix.language }}
47
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -50,4 +50,4 @@ jobs:
50
# queries: ./path/to/local/query, your-org/your-repo/queries@main
51
52
- name: Perform CodeQL Analysis
53
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments