From c9dcc3acf352f5c5cc717dc1d2d6f038832c81cb Mon Sep 17 00:00:00 2001 From: Anso Date: Tue, 30 Jun 2026 00:20:26 -0400 Subject: [PATCH] fix(ci): correct github-script pin in preview workflow (#1528) Use the full v8.0.0 commit SHA so Actions can resolve the action. --- .github/workflows/docker-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-preview.yml b/.github/workflows/docker-preview.yml index 886716c1..15ddd986 100644 --- a/.github/workflows/docker-preview.yml +++ b/.github/workflows/docker-preview.yml @@ -195,7 +195,7 @@ jobs: - name: Comment on pull request with pull instructions continue-on-error: true - uses: actions/github-script@ed597411d8f9240738b6aec6e6bc2f24db7bbd28 # v8.0.0 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: PR_NUMBER: ${{ inputs.pr_number }} HEAD_SHA: ${{ steps.pr.outputs.head_sha }}