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 ffccde5 commit a0cfd31Copy full SHA for a0cfd31
.github/workflows/codeql.yml
@@ -27,7 +27,7 @@ jobs:
27
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
28
29
- name: Initialize CodeQL
30
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
31
with:
32
languages: ${{ matrix.language }}
33
queries: security-and-quality
@@ -43,4 +43,4 @@ jobs:
43
run: ./gradlew --no-daemon clean compileJava compileTestJava
44
45
- name: Perform CodeQL Analysis
46
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments