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 36e7b3b commit 874bffeCopy full SHA for 874bffe
.github/workflows/codeql-analysis.yml
@@ -64,7 +64,7 @@ jobs:
64
65
# Initializes the CodeQL tools for scanning.
66
- name: Initialize CodeQL
67
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
68
with:
69
languages: ${{ matrix.language }}
70
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -87,4 +87,4 @@ jobs:
87
- run: ./mvnw clean package -DskipTests -Drat.skip=true -Dcheckstyle.skip
88
89
- name: Perform CodeQL Analysis
90
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments