Skip to content

Commit 450d138

Browse files
authored
Bump codecov/codecov-action from 5.5.0 to 5.5.1 (#387)
2 parents 0513136 + 9ebfa51 commit 450d138

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
@@ -40,7 +40,7 @@ jobs:
4040
run: mvn --batch-mode --update-snapshots verify
4141

4242
- name: Upload coverage reports to Codecov
43-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
43+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
4444
with:
4545
files: target/site/jacoco/jacoco.xml
4646
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/deploy-snapshots.yml

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

5353
- name: Upload coverage reports to Codecov
54-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
54+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
5555
with:
5656
files: target/site/jacoco/jacoco.xml
5757
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)