We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cd6d39 + 029da56 commit ca30d3dCopy full SHA for ca30d3d
.github/workflows/codeql-analysis.yml
@@ -43,7 +43,7 @@ jobs:
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
46
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
47
with:
48
languages: ${{ matrix.language }}
49
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -58,4 +58,4 @@ jobs:
58
make
59
60
- name: Perform CodeQL Analysis
61
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments