Skip to content

Commit ae68ba3

Browse files
committed
fix(ci): SHA-pin codecov-action for consistency
1 parent 0de6682 commit ae68ba3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: cargo llvm-cov --lcov --output-path lcov.info
3434

3535
- name: Upload coverage to Codecov
36-
uses: codecov/codecov-action@v5
36+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
3737
with:
3838
files: lcov.info
3939
fail_ci_if_error: false

0 commit comments

Comments
 (0)