Skip to content

Commit c0d2642

Browse files
Bump codecov/codecov-action from 5.5.0 to 5.5.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf94f93 commit c0d2642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
7676
- name: Upload coverage to Codecov
7777
if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
78-
uses: codecov/[email protected].0
78+
uses: codecov/[email protected].1
7979
with:
8080
token: ${{secrets.CODECOV_TOKEN}}

.github/workflows/master.yml

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

5353
- name: Upload coverage information
54-
uses: codecov/[email protected].0
54+
uses: codecov/[email protected].1
5555
with:
5656
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)