Skip to content

Commit 0a57eda

Browse files
chore(deps): update codecov/codecov-action action to v5.4.2 (#512)
* chore(deps): update codecov/codecov-action action to v5.4.2 * remove digest for codecov/codecov-action Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com> --------- Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com> Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com> Co-authored-by: l.feng <43399351+msclock@users.noreply.github.com>
1 parent b6765e6 commit 0a57eda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • .github/workflows
  • template/[% if repo_platform == 'github' %].github[% endif %]/workflows

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ jobs:
668668
run: cmake --build --preset=default --target ccov-all
669669

670670
- name: Upload coverage report
671-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
671+
uses: codecov/codecov-action@v5.4.2
672672
with:
673673
token: ${{ secrets.CODECOV_TOKEN }}
674674
fail_ci_if_error: true

template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ jobs:
712712
run: cmake --build --preset=default --target ccov-all
713713

714714
- name: Upload coverage report
715-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
715+
uses: codecov/codecov-action@v5.4.2
716716
with:
717717
token: {{ '${{ secrets.CODECOV_TOKEN }}' }}
718718
fail_ci_if_error: true

0 commit comments

Comments
 (0)