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 5fbff54 commit 5bcff43Copy full SHA for 5bcff43
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
java-version: 17
49
cache: maven
50
- name: Initialize CodeQL
51
- uses: github/codeql-action/init@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
+ uses: github/codeql-action/init@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
52
with:
53
languages: java
54
queries: security-and-quality
@@ -57,4 +57,4 @@ jobs:
57
- name: Compile project
58
run: ./mvnw compile
59
- name: Perform CodeQL Analysis
60
- uses: github/codeql-action/analyze@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
+ uses: github/codeql-action/analyze@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
0 commit comments