From f80e6c1c4132d609e71dd69cfdc0d12a4749e72b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 04:12:34 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.2 to 5.4.3. - [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/ad3126e916f78f00edff4ed0317cf185271ccc2d...18283e04ce6e62d37312384ff67231eb8fd56d24) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codecov.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 8b89007122391..56b966df828ef 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - run: go install gotest.tools/gotestsum@v0.4.2 - run: gotestsum -- -cover -coverprofile=coverage.out -v -mod=readonly ./... - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 with: files: ./coverage.out flags: unittests,golang @@ -41,7 +41,7 @@ jobs: export NODE_ENV=test bin/web --frozen-lockfile bin/web test --reporters="jest-progress-bar-reporter" --reporters="./gh_ann_reporter.js" --coverage - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 with: directory: ./web/app/coverage flags: unittests,javascript @@ -58,6 +58,6 @@ jobs: - shell: bash run: mkdir -p target && cd target && bin/scurl -v https://github.com/xd009642/tarpaulin/releases/download/0.27.3/cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz | tar zxvf - && chmod 755 cargo-tarpaulin - run: target/cargo-tarpaulin tarpaulin --workspace --out Xml - - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 with: flags: unittests,rust