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 de0ca63 commit 906ae83Copy full SHA for 906ae83
.github/workflows/codeql-analysis.yml
@@ -51,12 +51,12 @@ jobs:
51
52
# Initializes the CodeQL tools for scanning.
53
- name: Initialize CodeQL
54
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
55
with:
56
languages: ${{ matrix.language }}
57
build-mode: ${{ matrix.build-mode }}
58
59
- name: Perform CodeQL Analysis
60
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
61
62
category: "/language:${{matrix.language}}"
0 commit comments