Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@7f8b4b4...1e68e06)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ansasaki committed Dec 20, 2024
1 parent 75616c2 commit 1280b92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/submit-HEAD-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ jobs:
- name: List downloaded files
run: ls coverage*
- name: Upload coverage.unittests.xml report to Codecov with GitHub Action
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v2
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: coverage.unittests.xml
flags: unittests
- name: Upload coverage.testsuite.xml report to Codecov with GitHub Action
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v2
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: coverage.testsuite.xml
flags: testsuite
- name: Upload coverage.packit.xml report to Codecov with GitHub Action
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v2
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/submit-PR-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ jobs:
- name: List downloaded files
run: ls coverage*
- name: Upload coverage.unittests.xml report to Codecov with GitHub Action
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v2
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: scripts/coverage.unittests.xml
flags: unittests
- name: Upload coverage.testsuite.xml report to Codecov with GitHub Action
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v2
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: scripts/coverage.testsuite.xml
flags: testsuite
- name: Upload coverage.packit.xml report to Codecov with GitHub Action
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v2
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit 1280b92

Please sign in to comment.