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 a7f5267 commit 71900bdCopy full SHA for 71900bd
.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@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
+ uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
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@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
+ uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
0 commit comments