fix(ci): correct github-script pin in preview workflow (#1528)

Use the full v8.0.0 commit SHA so Actions can resolve the action.
This commit is contained in:
Anso
2026-06-30 00:20:26 -04:00
committed by GitHub
parent 64574a457a
commit c9dcc3acf3
+1 -1
View File
@@ -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 }}