Skip to content

Commit 519c303

Browse files
authored
Merge branch 'main' into feat/hook-data-support
2 parents db6cc86 + 71dfb08 commit 519c303

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: maven
3333

3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@80cb6b56b93de3e779c7d476d9100d06fb87c877
35+
uses: github/codeql-action/init@065c6cfb7809de8db2167a953b5b622491cda914
3636
with:
3737
languages: java
3838

@@ -58,4 +58,4 @@ jobs:
5858
verbose: true # optional (default = false)
5959

6060
- name: Perform CodeQL Analysis
61-
uses: github/codeql-action/analyze@80cb6b56b93de3e779c7d476d9100d06fb87c877
61+
uses: github/codeql-action/analyze@065c6cfb7809de8db2167a953b5b622491cda914

.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@80cb6b56b93de3e779c7d476d9100d06fb87c877
36+
uses: github/codeql-action/init@065c6cfb7809de8db2167a953b5b622491cda914
3737
with:
3838
languages: java
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@80cb6b56b93de3e779c7d476d9100d06fb87c877
41+
uses: github/codeql-action/autobuild@065c6cfb7809de8db2167a953b5b622491cda914
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@80cb6b56b93de3e779c7d476d9100d06fb87c877
44+
uses: github/codeql-action/analyze@065c6cfb7809de8db2167a953b5b622491cda914

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
</plugin>
370370
<plugin>
371371
<artifactId>maven-dependency-plugin</artifactId>
372-
<version>3.8.1</version>
372+
<version>3.9.0</version>
373373
<executions>
374374
<execution>
375375
<phase>verify</phase>
@@ -668,7 +668,7 @@
668668
<plugin>
669669
<groupId>org.codehaus.mojo</groupId>
670670
<artifactId>exec-maven-plugin</artifactId>
671-
<version>3.6.0</version>
671+
<version>3.6.1</version>
672672
<executions>
673673
<execution>
674674
<id>update-test-harness-submodule</id>

0 commit comments

Comments
 (0)