Skip to content

Commit

Permalink
deps: update codecov/codecov-action digest to 1e68e06
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sschuberth committed Dec 19, 2024
1 parent 62cdb88 commit cba5464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
paths: "**/test-results/**/TEST-*.xml"
if: always()
- name: Upload code coverage data
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: test-${{ matrix.os }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
paths: "**/test-results/**/TEST-*.xml"
if: always()
- name: Upload code coverage data
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: funTest-non-docker
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
paths: "**/test-results/**/TEST-*.xml"
if: always()
- name: Upload code coverage data
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: funTest-docker

0 comments on commit cba5464

Please sign in to comment.