Skip to content

Commit

Permalink
deps: update codecov/codecov-action digest to 0da7aa6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 7c63104 commit 6e991fc
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@5a605bd92782ce0810fa3b8acc235c921b497052 # v5
uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # 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@5a605bd92782ce0810fa3b8acc235c921b497052 # v5
uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # 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@5a605bd92782ce0810fa3b8acc235c921b497052 # v5
uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: funTest-docker

0 comments on commit 6e991fc

Please sign in to comment.