Skip to content

Commit 6c4075b

Browse files
Bump codecov/codecov-action from 5.5.2 to 5.5.3 (#657)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e81058 commit 6c4075b

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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
65+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
57+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
5858
with:
5959
files: target/site/jacoco/jacoco.xml
6060
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)