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 d4cd40a + 920d564 commit 7b01f71Copy full SHA for 7b01f71
.github/workflows/codeql-analysis.yml
@@ -42,7 +42,7 @@ jobs:
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
45
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
46
with:
47
languages: ${{ matrix.language }}
48
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -73,4 +73,4 @@ jobs:
73
- name: run mvn clean package
74
run: ./mvnw clean package -Ddependency-check.skip=true -Dmaven.test.skip=true
75
- name: Perform CodeQL Analysis
76
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments