Skip to content

Commit 78534c6

Browse files
authored
Merge branch 'main' into readme-include-setProviderAndWait
2 parents bd478a6 + bdddeb1 commit 78534c6

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.github/workflows/merge.yml

+1-1
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@c4cf8a4f03f0ac8585acb7c1b7ce3460ec15782f
52+
uses: codecov/codecov-action@v3.1.4
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5555
flags: unittests # optional

.github/workflows/pullrequest.yml

+3-3
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@8efd40b12616f535e54719c1b5d9db203e339450
23+
uses: github/codeql-action/init@e982de4fb4a4894badc75460ec088ea44f230653
2424
with:
2525
languages: java
2626

@@ -36,7 +36,7 @@ jobs:
3636
run: mvn --batch-mode --update-snapshots --activate-profiles e2e verify
3737

3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@c4cf8a4f03f0ac8585acb7c1b7ce3460ec15782f
39+
uses: codecov/codecov-action@v3.1.4
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4242
flags: unittests # optional
@@ -45,4 +45,4 @@ jobs:
4545
verbose: true # optional (default = false)
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@8efd40b12616f535e54719c1b5d9db203e339450
48+
uses: github/codeql-action/analyze@e982de4fb4a4894badc75460ec088ea44f230653

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

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

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

renovate.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base",
5-
"helpers:pinGitHubActionDigests"
4+
"config:base"
65
],
76
"packageRules": [
87
{

0 commit comments

Comments
 (0)