diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 5870f57..e3e302d 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -63,6 +63,6 @@ jobs: - name: Upload coverage to Codecov if: matrix.version == '1.24' # NOTE: https://github.com/codecov/codecov-action/releases/v5.4.3 - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 09107aa..417116a 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -22,6 +22,6 @@ jobs: run: go test ./... -race -coverprofile=coverage.out -covermode=atomic - name: Upload coverage to Codecov # NOTE: https://github.com/codecov/codecov-action/releases/v5.4.3 - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 with: token: ${{ secrets.CODECOV_TOKEN }}