diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index f0aa53c..57a1da6 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -49,7 +49,7 @@ jobs: - name: Upload coverage to Codecov if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6 with: files: ./coverage.out token: ${{ secrets.CODECOV_TOKEN }}