diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 800d759d..41e056be 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@54bcd8715eee62d40e33596ef5e8f0f48dbbccab + - uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 with: token: ${{ secrets.CODECOV_TOKEN }} static_analysis: