Skip to content

Commit 91c186a

Browse files
committed
Pin the codecov/codecov-action to the exact commit
1 parent 2b89a7f commit 91c186a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
run: cargo tarpaulin --all-features --run-types Doctests,Tests --out Xml
154154

155155
- name: Upload to codecov.io
156-
uses: codecov/codecov-action@v3
156+
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
157157
with:
158158
token: ${{ secrets.CODECOV_TOKEN }}
159159

0 commit comments

Comments
 (0)