Skip to content

Commit 24b7e98

Browse files
authored
Merge branch 'main' into java-sdk-449
2 parents 4437b89 + 24f0923 commit 24b7e98

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: maven
2727

2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@8b0f2cf9da2c81396ee1b93eb705dd70e30e254f
29+
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a
3030
with:
3131
languages: java
3232

@@ -51,4 +51,4 @@ jobs:
5151
verbose: true # optional (default = false)
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@8b0f2cf9da2c81396ee1b93eb705dd70e30e254f
54+
uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a

.github/workflows/static-code-scanning.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@8b0f2cf9da2c81396ee1b93eb705dd70e30e254f
36+
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a
3737
with:
3838
languages: java
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@8b0f2cf9da2c81396ee1b93eb705dd70e30e254f
41+
uses: github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@8b0f2cf9da2c81396ee1b93eb705dd70e30e254f
44+
uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<plugin>
276276
<groupId>org.apache.maven.plugins</groupId>
277277
<artifactId>maven-failsafe-plugin</artifactId>
278-
<version>3.1.0</version>
278+
<version>3.1.2</version>
279279
<configuration>
280280
<argLine>
281281
${surefireArgLine}

0 commit comments

Comments
 (0)