diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index d8ef3d9..d989bab 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -117,7 +117,7 @@ jobs: # NOTE(galargh, 2024-02-15): This will only work if GitHub as Code is used for a single organization - name: Comment on pull request if: github.event_name == 'pull_request_target' && steps.fix.outputs.comment - uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2 + uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3 with: header: fix number: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 15c6ad8..6ccd363 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -158,7 +158,7 @@ jobs: echo 'EOF' >> $GITHUB_ENV working-directory: terraform - name: Comment on pull request - uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2 + uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3 with: header: plan number: ${{ github.event.pull_request.number }}