From d37770b127c955acf770aa68af64a8684129d609 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 19:19:45 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/engineering.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/engineering.yml b/.github/workflows/engineering.yml index e0ed2eb..d494656 100644 --- a/.github/workflows/engineering.yml +++ b/.github/workflows/engineering.yml @@ -302,7 +302,7 @@ jobs: # ------------------------------------------------------------------ - name: Comment on issue if: steps.issue.outputs.skip != 'true' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: ISSUE_NUMBER: ${{ steps.issue.outputs.number }} PR_URL: ${{ steps.pr.outputs.url }} @@ -320,7 +320,7 @@ jobs: # ------------------------------------------------------------------ - name: Comment on issue (failure) if: failure() && steps.issue.outputs.skip != 'true' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: ISSUE_NUMBER: ${{ steps.issue.outputs.number }} with: