diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 584e50f..0848a82 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@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5 + uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}