Skip to content

Commit

Permalink
Pin the codecov/codecov-action to the exact commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Feb 1, 2023
1 parent 2b89a7f commit 91c186a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
run: cargo tarpaulin --all-features --run-types Doctests,Tests --out Xml

- name: Upload to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 91c186a

Please sign in to comment.