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 0c2bfac + a6247a5 commit ba5c10dCopy full SHA for ba5c10d
.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