We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fa818 commit 036dbcdCopy full SHA for 036dbcd
.github/workflows/codeql.yml
@@ -69,7 +69,7 @@ jobs:
69
java-version: '21'
70
# Initializes the CodeQL tools for scanning.
71
- name: Initialize CodeQL
72
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
73
with:
74
languages: ${{ matrix.language }}
75
build-mode: ${{ matrix.build-mode }}
@@ -101,7 +101,7 @@ jobs:
101
exit 1
102
103
- name: Perform CodeQL Analysis
104
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
105
106
category: "/language:${{matrix.language}}"
107
env:
0 commit comments