chore(deps): update codecov/codecov-action digest to 18283e0 (#1513)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-27 18:56:55 +01:00
committed by GitHub
parent 7dfe8bef0f
commit 42654e7f55

View File

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