diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 40855a8..6b63c0f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -243,7 +243,7 @@ jobs: output: 'both' - name: Add Coverage PR Comment - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2 if: github.event_name == 'pull_request' with: header: coverage @@ -343,7 +343,7 @@ jobs: fi - name: Comment PR with test coverage delta - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2 if: env.HAVE_BASE_COVERAGE == 'true' with: header: delta