Skip to content

Commit 76b57d0

Browse files
authored
Bump codecov/codecov-action from 5.5.1 to 5.5.2 (#479)
2 parents 1e0f7d3 + 15078bd commit 76b57d0

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@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
65+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
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
@@ -51,7 +51,7 @@ jobs:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252

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

0 commit comments

Comments
 (0)