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 cc83ae5 commit f2b4539Copy full SHA for f2b4539
.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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
+ uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
+ uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
0 commit comments