diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 094707c5a8..625dcf9c86 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -68,7 +68,7 @@ jobs: dart pub get webdev build - - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # pin@v3 + - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3 if: runner.os == 'Linux' && matrix.sdk == 'stable' with: name: sentry diff --git a/.github/workflows/dio.yml b/.github/workflows/dio.yml index 85e88e7816..e096e3a10e 100644 --- a/.github/workflows/dio.yml +++ b/.github/workflows/dio.yml @@ -52,7 +52,7 @@ jobs: dart test -p vm --coverage=coverage --test-randomize-ordering-seed=random --chain-stack-traces dart pub run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=lib - - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # pin@v3 + - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3 if: runner.os == 'Linux' && matrix.sdk == 'stable' with: name: sentry_dio diff --git a/.github/workflows/drift.yml b/.github/workflows/drift.yml index a07d7e0677..075cdacddf 100644 --- a/.github/workflows/drift.yml +++ b/.github/workflows/drift.yml @@ -96,7 +96,7 @@ jobs: cd drift flutter test --coverage --test-randomize-ordering-seed=random - - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # pin@v3 + - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3 if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux' with: name: sentry_drift diff --git a/.github/workflows/file.yml b/.github/workflows/file.yml index 3f7e9986a5..34e2e42ba4 100644 --- a/.github/workflows/file.yml +++ b/.github/workflows/file.yml @@ -52,7 +52,7 @@ jobs: dart test -p vm --coverage=coverage --test-randomize-ordering-seed=random --chain-stack-traces dart pub run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=lib - - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # pin@v3 + - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3 if: runner.os == 'Linux' && matrix.sdk == 'stable' with: name: sentry_file diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 45bc61a4f8..cec1edecab 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -95,7 +95,7 @@ jobs: flutter test --coverage --test-randomize-ordering-seed=random dart run remove_from_coverage -f coverage/lcov.info -r 'binding.dart' - - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # pin@v3 + - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3 if: matrix.sdk == 'stable' && matrix.target == 'linux' with: name: sentry_flutter diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index ef58388bd2..2855960115 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -51,7 +51,7 @@ jobs: dart test -p vm --coverage=coverage --test-randomize-ordering-seed=random --chain-stack-traces dart pub run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=lib - - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # pin@v3 + - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3 if: runner.os == 'Linux' && matrix.sdk == 'stable' with: name: sentry_hive diff --git a/.github/workflows/isar.yml b/.github/workflows/isar.yml index 35c6ee6540..b1237202c8 100644 --- a/.github/workflows/isar.yml +++ b/.github/workflows/isar.yml @@ -96,7 +96,7 @@ jobs: cd isar flutter test -j 1 --coverage --test-randomize-ordering-seed=random - - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # pin@v3 + - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3 if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux' with: name: sentry_isar diff --git a/.github/workflows/logging.yml b/.github/workflows/logging.yml index 1b004ad4a1..a8e08fd172 100644 --- a/.github/workflows/logging.yml +++ b/.github/workflows/logging.yml @@ -52,7 +52,7 @@ jobs: dart test -p vm --coverage=coverage --test-randomize-ordering-seed=random --chain-stack-traces dart pub run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=lib - - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # pin@v3 + - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3 if: runner.os == 'Linux' && matrix.sdk == 'stable' with: name: sentry_logging diff --git a/.github/workflows/sqflite.yml b/.github/workflows/sqflite.yml index 77ab71a1db..7515d9d4b1 100644 --- a/.github/workflows/sqflite.yml +++ b/.github/workflows/sqflite.yml @@ -96,7 +96,7 @@ jobs: cd sqflite flutter test --coverage --test-randomize-ordering-seed=random - - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # pin@v3 + - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3 if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux' with: name: sentry_sqflite