Skip to content

Commit

Permalink
pin codecov-action sha
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Feb 7, 2025
1 parent 9a02bdf commit 44cc8db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run Unit Tests
run: yarn test
- name: Push code coverage to codecov
uses: codecov/codecov-action@v5.3.1
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # pin@v5.3.1
with:
# Do not fail the build if codecov fails to report the coverage.
fail_ci_if_error: false
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Run End-to-End Tests
run: yarn test:e2e ${{ matrix.wizard }}
- name: Push code coverage to codecov
uses: codecov/codecov-action@v5.3.1
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # pin@v5.3.1
with:
# Do not fail the build if codecov fails to report the coverage.
fail_ci_if_error: false
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,6 @@
"volta": {
"node": "14.18.3",
"yarn": "1.22.19"
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

0 comments on commit 44cc8db

Please sign in to comment.