We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee0f39 commit 8be4c6aCopy full SHA for 8be4c6a
1 file changed
.github/workflows/codeql.yml
@@ -57,7 +57,7 @@ jobs:
57
58
# Initializes the CodeQL tools for scanning.
59
- name: Initialize CodeQL
60
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
61
with:
62
languages: ${{ matrix.language }}
63
build-mode: ${{ matrix.build-mode }}
@@ -85,6 +85,6 @@ jobs:
85
exit 1
86
87
- name: Perform CodeQL Analysis
88
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
89
90
category: "/language:${{matrix.language}}"
0 commit comments