From 4e253bd56a4bb7d43f9d41ea3f6fb7bbfac43b80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:33:36 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/015f24e6818733317a2da2edd6290ab26238649a...7f8b4b4bde536c465e797be725718b88c5d95e0e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/drift.yml | 2 +- .github/workflows/flutter.yml | 2 +- .github/workflows/isar.yml | 2 +- .github/workflows/sqflite.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/drift.yml b/.github/workflows/drift.yml index ee51e04c11..8bf54314a1 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@015f24e6818733317a2da2edd6290ab26238649a # pin@v3 + - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # pin@v3 if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux' with: name: sentry_drift diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 5a5e469bea..f0b6b43abf 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -98,7 +98,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@015f24e6818733317a2da2edd6290ab26238649a # pin@v3 + - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # pin@v3 if: matrix.sdk == 'stable' && matrix.target == 'linux' with: name: sentry_flutter diff --git a/.github/workflows/isar.yml b/.github/workflows/isar.yml index 327fd2aae2..20b0809370 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@015f24e6818733317a2da2edd6290ab26238649a # pin@v3 + - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # pin@v3 if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux' with: name: sentry_isar diff --git a/.github/workflows/sqflite.yml b/.github/workflows/sqflite.yml index ccb3dfc648..2a6330bdfe 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@015f24e6818733317a2da2edd6290ab26238649a # pin@v3 + - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # pin@v3 if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux' with: name: sentry_sqflite