Skip to content

Commit 0887b65

Browse files
authored
Bump codecov/codecov-action from 5.4.2 to 5.4.3 (#304)
2 parents 63dbd75 + d1916a6 commit 0887b65

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
@@ -31,7 +31,7 @@ jobs:
3131
run: mvn --batch-mode --update-snapshots verify
3232

3333
- name: Upload coverage reports to Codecov
34-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
34+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
3535
with:
3636
files: target/site/jacoco/jacoco.xml
3737
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/deploy-snapshots.yml

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

5151
- name: Upload coverage reports to Codecov
52-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
52+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5353
with:
5454
files: target/site/jacoco/jacoco.xml
5555
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)