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 f5339f0 commit 90ea52fCopy full SHA for 90ea52f
.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@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
+ uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
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@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
+ uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
0 commit comments