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.
1 parent 3bc742a commit 68d430bCopy full SHA for 68d430b
.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ jobs:
31
32
# Initializes the CodeQL tools for scanning.
33
- name: Initialize CodeQL
34
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
35
with:
36
languages: ${{ matrix.language }}
37
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -51,4 +51,4 @@ jobs:
51
# make release
52
53
- name: Perform CodeQL Analysis
54
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments