Skip to content

Commit 5dc44ba

Browse files
authored
Merge branch 'main' into feat/update-gherkin-test-sub-module
2 parents 7f08771 + 409fd04 commit 5dc44ba

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 2 deletions
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@f8e782af5670be7b12c0acb5b25c1c5703b931b9
23+
uses: github/codeql-action/init@3096afedf9873361b2b2f65e1445b13272c83eb8
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@f8e782af5670be7b12c0acb5b25c1c5703b931b9
48+
uses: github/codeql-action/analyze@3096afedf9873361b2b2f65e1445b13272c83eb8

.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@f8e782af5670be7b12c0acb5b25c1c5703b931b9
36+
uses: github/codeql-action/init@3096afedf9873361b2b2f65e1445b13272c83eb8
3737
with:
3838
languages: java
3939

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@f8e782af5670be7b12c0acb5b25c1c5703b931b9
41+
uses: github/codeql-action/autobuild@3096afedf9873361b2b2f65e1445b13272c83eb8
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@f8e782af5670be7b12c0acb5b25c1c5703b931b9
44+
uses: github/codeql-action/analyze@3096afedf9873361b2b2f65e1445b13272c83eb8

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
<plugin>
201201
<groupId>org.cyclonedx</groupId>
202202
<artifactId>cyclonedx-maven-plugin</artifactId>
203-
<version>2.9.0</version>
203+
<version>2.9.1</version>
204204
<configuration>
205205
<projectType>library</projectType>
206206
<schemaVersion>1.3</schemaVersion>

0 commit comments

Comments
 (0)