Skip to content

Commit e319698

Browse files
build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#2331)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@e28ff12...b9fd7d1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30dfaa5 commit e319698

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/drift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
cd drift
9797
flutter test --coverage --test-randomize-ordering-seed=random
9898
99-
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3
99+
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@v3
100100
if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
101101
with:
102102
name: sentry_drift

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
flutter test --coverage --test-randomize-ordering-seed=random
9999
dart run remove_from_coverage -f coverage/lcov.info -r 'binding.dart'
100100
101-
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3
101+
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@v3
102102
if: matrix.sdk == 'stable' && matrix.target == 'linux'
103103
with:
104104
name: sentry_flutter

.github/workflows/isar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
cd isar
9797
flutter test -j 1 --coverage --test-randomize-ordering-seed=random
9898
99-
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3
99+
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@v3
100100
if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
101101
with:
102102
name: sentry_isar

.github/workflows/sqflite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
cd sqflite
9797
flutter test --coverage --test-randomize-ordering-seed=random
9898
99-
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3
99+
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@v3
100100
if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
101101
with:
102102
name: sentry_sqflite

0 commit comments

Comments
 (0)