Skip to content

Commit e0af76f

Browse files
chore(deps): pin codecov/codecov-action action to ab904c4 (#1031)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e894e77 commit e0af76f

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
@@ -25,6 +25,6 @@ jobs:
2525
- name: Run test
2626
run: go test ./... -coverprofile=coverage.txt
2727
- name: Upload coverage to Codecov
28-
uses: codecov/codecov-action@v3
28+
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
2929
env:
3030
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)