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 475bfd2 commit 8efee37Copy full SHA for 8efee37
.github/workflows/codeql.yml
@@ -59,7 +59,7 @@ jobs:
59
60
# Initializes the CodeQL tools for scanning.
61
- name: Initialize CodeQL
62
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
63
with:
64
languages: ${{ matrix.language }}
65
build-mode: ${{ matrix.build-mode }}
@@ -87,6 +87,6 @@ jobs:
87
exit 1
88
89
- name: Perform CodeQL Analysis
90
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
91
92
category: "/language:${{matrix.language}}"
0 commit comments