Skip to content

Commit c08b895

Browse files
authored
Merge branch 'main' into client-provider-mappings
2 parents efae477 + 1af8e96 commit c08b895

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/lint-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
name: Validate PR title
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: amannn/action-semantic-pull-request@ff373f4e8056b732dfd0eadd42ae54c004e5523b
21+
- uses: amannn/action-semantic-pull-request@3bb5af3c0c8f5e85d328728c1ab68dd6cefd03af
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: mvn --batch-mode --update-snapshots verify
5050

5151
- name: Upload coverage to Codecov
52-
uses: codecov/codecov-action@b4dfea724ff5d8e51bb4dffdc668c0d964df6103
52+
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
5353
with:
5454
flags: unittests # optional
5555
name: coverage # optional

.github/workflows/pullrequest.yml

Lines changed: 3 additions & 3 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@deb312c60b474a4b2a0f60399ae8fad9fa46e2bc
29+
uses: github/codeql-action/init@6cfb483131f3f74950a251876da81c79a6fcbdec
3030
with:
3131
languages: java
3232

@@ -42,7 +42,7 @@ jobs:
4242
run: mvn --batch-mode --update-snapshots verify -P e2e-test
4343

4444
- name: Upload coverage to Codecov
45-
uses: codecov/codecov-action@b4dfea724ff5d8e51bb4dffdc668c0d964df6103
45+
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4848
flags: unittests # optional
@@ -51,4 +51,4 @@ jobs:
5151
verbose: true # optional (default = false)
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@deb312c60b474a4b2a0f60399ae8fad9fa46e2bc
54+
uses: github/codeql-action/analyze@6cfb483131f3f74950a251876da81c79a6fcbdec

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

4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@deb312c60b474a4b2a0f60399ae8fad9fa46e2bc
41+
uses: github/codeql-action/autobuild@6cfb483131f3f74950a251876da81c79a6fcbdec
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@deb312c60b474a4b2a0f60399ae8fad9fa46e2bc
44+
uses: github/codeql-action/analyze@6cfb483131f3f74950a251876da81c79a6fcbdec

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<plugin>
176176
<groupId>org.codehaus.mojo</groupId>
177177
<artifactId>build-helper-maven-plugin</artifactId>
178-
<version>3.3.0</version>
178+
<version>3.4.0</version>
179179
<executions>
180180
<execution>
181181
<phase>validate</phase>
@@ -190,7 +190,7 @@
190190
<plugin>
191191
<groupId>org.cyclonedx</groupId>
192192
<artifactId>cyclonedx-maven-plugin</artifactId>
193-
<version>2.7.8</version>
193+
<version>2.7.9</version>
194194
<configuration>
195195
<projectType>library</projectType>
196196
<schemaVersion>1.3</schemaVersion>
@@ -250,7 +250,7 @@
250250
<plugin>
251251
<groupId>org.apache.maven.plugins</groupId>
252252
<artifactId>maven-surefire-plugin</artifactId>
253-
<version>3.0.0</version>
253+
<version>3.1.0</version>
254254
<configuration>
255255
<argLine>
256256
${surefireArgLine}
@@ -268,7 +268,7 @@
268268
<plugin>
269269
<groupId>org.apache.maven.plugins</groupId>
270270
<artifactId>maven-failsafe-plugin</artifactId>
271-
<version>3.0.0</version>
271+
<version>3.1.0</version>
272272
<configuration>
273273
<argLine>
274274
${surefireArgLine}
@@ -416,7 +416,7 @@
416416
<plugin>
417417
<groupId>org.apache.maven.plugins</groupId>
418418
<artifactId>maven-pmd-plugin</artifactId>
419-
<version>3.20.0</version>
419+
<version>3.21.0</version>
420420
<executions>
421421
<execution>
422422
<id>run-pmd</id>

0 commit comments

Comments
 (0)