diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ea06be3ae..b570fe0dc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,7 +28,7 @@ jobs: - name: Run tests with Coverage run: make coverage - name: Upload Code Coverage - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 with: name: codecov-deck token: ${{ secrets.CODECOV_TOKEN }}