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.
2 parents 6e8c2a4 + ab62ede commit 2194c90Copy full SHA for 2194c90
.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@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
+ uses: github/codeql-action/init@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
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@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
+ uses: github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
0 commit comments