We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f6f3f commit 35bb145Copy full SHA for 35bb145
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
39
# Initializes the CodeQL tools for scanning.
40
- name: Initialize CodeQL
41
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
42
with:
43
languages: ${{ matrix.language }}
44
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -72,4 +72,4 @@ jobs:
72
# make release
73
74
- name: Perform CodeQL Analysis
75
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments