Skip to content

Commit f5c0ee2

Browse files
renovate[bot]morremeyer
authored andcommitted
chore(deps): pin codecov-action to 3.1.1
1 parent eb7e7ee commit f5c0ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go test ./... -race -covermode=atomic -coverprofile=coverage.out
2525
2626
- name: Upload coverage to Codecov
27-
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3
27+
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}
3030
files: coverage.out

0 commit comments

Comments
 (0)