Skip to content

Commit 9403116

Browse files
Bump codecov/codecov-action from 5.5.3 to 6.0.0 (#662)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3590e85 commit 9403116

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Upload coverage reports to Codecov
6464
if: matrix.java == '17'
65-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
65+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
6666
with:
6767
files: target/site/jacoco/jacoco.xml
6868
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/deploy-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555

5656
- name: Upload coverage reports to Codecov
57-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
57+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
5858
with:
5959
files: target/site/jacoco/jacoco.xml
6060
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)