diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b46a7b79..36c346ba 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 }}