chore(deps): update codecov/codecov-action digest to 0fb7174 (#1571)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Three Foxes (in a Trenchcoat) <threefoxesyes3inatrenchcoat@gmail.com>
This commit is contained in:
renovate[bot]
2026-06-13 07:49:35 +01:00
committed by GitHub
parent 6dbda1a247
commit 09f7de5014

View File

@@ -25,6 +25,6 @@ jobs:
- name: Run test
run: go test ./... -coverprofile=coverage.txt
- name: Upload coverage to Codecov
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}