Skip to content

Commit b39a6cc

Browse files
Bump codecov/codecov-action in the github-actions group (#97)
1 parent 37b45a8 commit b39a6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: ./mvnw -B -q -ff -ntp test
4040
- name: Publish code coverage
4141
if: github.event_name != 'pull_request' && matrix.java_version == '8'
42-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
42+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545
file: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)