diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 535e1193..62af48a5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,7 @@ jobs: go-version: '^1.21.0' - name: Tests run: "go test -race -coverprofile='coverage.txt' -covermode=atomic -v ./gpg/" - - uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 + - uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 with: token: ${{ secrets.CODECOV_TOKEN }} static_analysis: