Pin tag for codecov/codecov-action@v5

This commit is contained in:
Nick Fedor 2025-02-02 04:22:53 -07:00
parent 841625bd07
commit 82940f1336
No known key found for this signature in database
GPG key ID: A167CBEDE64D29CB

View file

@ -30,7 +30,7 @@ jobs:
- name: Test - name: Test
run: go test -v -coverprofile coverage.out -covermode atomic ./... run: go test -v -coverprofile coverage.out -covermode atomic ./...
- name: Publish coverage - name: Publish coverage
uses: codecov/codecov-action@v5 uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
publish: publish: