We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2829e78 + fd76c46 commit be916baCopy full SHA for be916ba
.github/workflows/codeql-analysis.yml
@@ -37,7 +37,7 @@ jobs:
37
38
# Initializes the CodeQL tools for scanning.
39
- name: Initialize CodeQL
40
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
41
with:
42
languages: ${{ matrix.language }}
43
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -62,4 +62,4 @@ jobs:
62
# make release
63
64
- name: Perform CodeQL Analysis
65
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments