diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ea40742..fd3c5a2 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -27,7 +27,7 @@ jobs: run: go test ./ -coverprofile=./cover.out -covermode=atomic -coverpkg=./ - name: Generate coverage badge - uses: vladopajic/go-test-coverage@f190f667e23b4441202d0bab0f8c2e7bce8925b6 # v2.18.4 + uses: vladopajic/go-test-coverage@a93b868a4cbcbf18dc3781650fad241f0020e609 # v2.18.8 with: profile: cover.out local-prefix: github.com/TomTonic/rtcompare