Skip to content

Commit 8af7527

Browse files
build(deps): bump codecov/codecov-action from 4.0.2 to 4.1.0 (#1912)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.2 to 4.1.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@0cfda1d...54bcd87) --- 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> Co-authored-by: Giancarlo Buenaflor <[email protected]>
1 parent 6af2651 commit 8af7527

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/dart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
dart pub get
6969
webdev build
7070
71-
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # pin@v3
71+
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # pin@v3
7272
if: runner.os == 'Linux' && matrix.sdk == 'stable'
7373
with:
7474
name: sentry

.github/workflows/dio.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
dart test -p vm --coverage=coverage --test-randomize-ordering-seed=random --chain-stack-traces
5353
dart pub run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=lib
5454
55-
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # pin@v3
55+
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # pin@v3
5656
if: runner.os == 'Linux' && matrix.sdk == 'stable'
5757
with:
5858
name: sentry_dio

.github/workflows/drift.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
cd drift
9494
flutter test --coverage --test-randomize-ordering-seed=random
9595
96-
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # pin@v3
96+
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # pin@v3
9797
if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
9898
with:
9999
name: sentry_drift

.github/workflows/file.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
dart test -p vm --coverage=coverage --test-randomize-ordering-seed=random --chain-stack-traces
5353
dart pub run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=lib
5454
55-
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # pin@v3
55+
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # pin@v3
5656
if: runner.os == 'Linux' && matrix.sdk == 'stable'
5757
with:
5858
name: sentry_file

.github/workflows/flutter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
flutter test --coverage --test-randomize-ordering-seed=random
113113
dart run remove_from_coverage -f coverage/lcov.info -r 'binding.dart'
114114
115-
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # pin@v3
115+
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # pin@v3
116116
if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
117117
with:
118118
name: sentry_flutter

.github/workflows/hive.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
dart test -p vm --coverage=coverage --test-randomize-ordering-seed=random --chain-stack-traces
5252
dart pub run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=lib
5353
54-
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # pin@v3
54+
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # pin@v3
5555
if: runner.os == 'Linux' && matrix.sdk == 'stable'
5656
with:
5757
name: sentry_hive

.github/workflows/isar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
cd isar
9494
flutter test -j 1 --coverage --test-randomize-ordering-seed=random
9595
96-
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # pin@v3
96+
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # pin@v3
9797
if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
9898
with:
9999
name: sentry_isar

.github/workflows/logging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
dart test -p vm --coverage=coverage --test-randomize-ordering-seed=random --chain-stack-traces
5353
dart pub run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=lib
5454
55-
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # pin@v3
55+
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # pin@v3
5656
if: runner.os == 'Linux' && matrix.sdk == 'stable'
5757
with:
5858
name: sentry_logging

.github/workflows/sqflite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
cd sqflite
9494
flutter test --coverage --test-randomize-ordering-seed=random
9595
96-
- uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # pin@v3
96+
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # pin@v3
9797
if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
9898
with:
9999
name: sentry_sqflite

0 commit comments

Comments
 (0)