We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22cd6e2 + 6316116 commit e16803eCopy full SHA for e16803e
.github/workflows/codeql-analysis.yml
@@ -62,7 +62,7 @@ jobs:
62
63
# Initializes the CodeQL tools for scanning.
64
- name: Initialize CodeQL
65
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
66
with:
67
languages: ${{ matrix.language }}
68
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -93,4 +93,4 @@ jobs:
93
# make release
94
95
- name: Perform CodeQL Analysis
96
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments