diff --git a/.github/workflows/validate-access-control-drift.yml b/.github/workflows/validate-access-control-drift.yml index 08b2490d..b7b92e5f 100644 --- a/.github/workflows/validate-access-control-drift.yml +++ b/.github/workflows/validate-access-control-drift.yml @@ -89,7 +89,7 @@ jobs: - name: Comment on PR (if issues found) if: failure() && github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: # The body is assembled from an array rather than a multi-line # template literal. A template literal has to keep its content at