We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a35b61 commit a052d54Copy full SHA for a052d54
.github/workflows/codeql-analysis.yml
@@ -50,7 +50,7 @@ jobs:
50
51
# Initializes the CodeQL tools for scanning.
52
- name: Initialize CodeQL
53
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
54
with:
55
languages: ${{ matrix.language }}
56
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -71,4 +71,4 @@ jobs:
71
make
72
73
- name: Perform CodeQL Analysis
74
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments