Skip to content

Commit 752264c

Browse files
Bump codecov/codecov-action in the github-actions group (#195)
1 parent cad3e6c commit 752264c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: ./mvnw -B -q -ff -ntp test
5252
- name: Publish code coverage
5353
if: ${{ github.event_name != 'pull_request' && matrix.java_version == '8' }}
54-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
54+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5555
with:
5656
token: ${{ secrets.CODECOV_TOKEN }}
5757
files: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)