Skip to content

Commit 2194c90

Browse files
authored
Merge branch 'develop' into dependabot/maven/develop/org.junit.jupiter-junit-jupiter-5.11.0
2 parents 6e8c2a4 + ab62ede commit 2194c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
java-version: 17
4949
cache: maven
5050
- name: Initialize CodeQL
51-
uses: github/codeql-action/init@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
51+
uses: github/codeql-action/init@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
5252
with:
5353
languages: java
5454
queries: security-and-quality
@@ -57,4 +57,4 @@ jobs:
5757
- name: Compile project
5858
run: ./mvnw compile
5959
- name: Perform CodeQL Analysis
60-
uses: github/codeql-action/analyze@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
60+
uses: github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2

0 commit comments

Comments
 (0)