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 4f63976 + aa6b083 commit 882b3fdCopy full SHA for 882b3fd
1 file changed
.github/workflows/codeql.yml
@@ -34,14 +34,14 @@ jobs:
34
cache: maven
35
36
- name: Initialize CodeQL
37
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
38
with:
39
languages: ${{ matrix.language }}
40
41
- name: Build with Maven
42
run: mvn clean install -DskipTests
43
44
- name: Perform CodeQL Analysis
45
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
46
47
category: "/language:${{matrix.language}}"
0 commit comments