diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 1db37d3..a7c58fa 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -78,7 +78,7 @@ jobs: - name: Post PR comment if: steps.check.outputs.found == 'true' - uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: FILES: ${{ steps.check.outputs.files }} ACTOR: ${{ github.event.pull_request.user.login }} @@ -203,7 +203,7 @@ jobs: if: always() needs: [pr-title, bilingual, image-format, hugo-build, link-check] steps: - - uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0 + - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: RESULT_PR_TITLE: ${{ needs.pr-title.result }} RESULT_BILINGUAL: ${{ needs.bilingual.result }}