Skip to content

Commit 37238de

Browse files
chore(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 (#6107)
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@fdcc847...5a10915) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e36128b commit 37238de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
# We don't upload codecov for scheduled runs as CodeCov only accepts a limited amount of uploads per commit.
286286
- name: Push code coverage to codecov
287287
id: codecov_1
288-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # [email protected].0
288+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # [email protected].1
289289
if: ${{ contains(matrix.platform, 'iOS') && !contains(github.ref, 'release') && github.event.schedule == '' }}
290290
with:
291291
# Although public repos should not have to specify a token there seems to be a bug with the Codecov GH action, which can
@@ -297,7 +297,7 @@ jobs:
297297
# Sometimes codecov uploads etc can fail. Retry one time to rule out e.g. intermittent network failures.
298298
- name: Push code coverage to codecov
299299
id: codecov_2
300-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # [email protected].0
300+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # [email protected].1
301301
if: ${{ steps.codecov_1.outcome == 'failure' && contains(matrix.platform, 'iOS') && !contains(github.ref, 'release') && github.event.schedule == '' }}
302302
with:
303303
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)