Skip to content

Commit 99a1560

Browse files
authored
Merge branch 'main' into main
2 parents 20d42e5 + 01637f0 commit 99a1560

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pullrequest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: maven
2121

2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@8516954d603e47049b34f3da4dfac83009fcd450
23+
uses: github/codeql-action/init@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f
2424
with:
2525
languages: java
2626

@@ -45,4 +45,4 @@ jobs:
4545
verbose: true # optional (default = false)
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@8516954d603e47049b34f3da4dfac83009fcd450
48+
uses: github/codeql-action/analyze@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f

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

+3-3
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@8516954d603e47049b34f3da4dfac83009fcd450
36+
uses: github/codeql-action/init@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f
3737
with:
3838
languages: java
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@8516954d603e47049b34f3da4dfac83009fcd450
41+
uses: github/codeql-action/autobuild@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@8516954d603e47049b34f3da4dfac83009fcd450
44+
uses: github/codeql-action/analyze@3516b7f18a3633ddb8da415fdd9d845b7e1bcf5f

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.slf4j</groupId>
6262
<artifactId>slf4j-api</artifactId>
63-
<version>2.0.10</version>
63+
<version>2.0.11</version>
6464
</dependency>
6565

6666
<!-- test -->

0 commit comments

Comments
 (0)