Skip to content

Commit 42fb13d

Browse files
dbabokinclaude
andcommitted
Pin actions/github-script to SHA for security
Pin actions/github-script@v8 to specific commit SHA ed597411d8f924073f98dfc5c65a23a2325f34cd to ensure reproducible builds and prevent supply chain attacks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 95b69cf commit 42fb13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codex-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: github.repository == 'ispc/ispc'
3232
steps:
3333
- name: Comment on PR
34-
uses: actions/github-script@v8
34+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
3535
with:
3636
github-token: ${{ secrets.CODEX_TOKEN }}
3737
script: |

0 commit comments

Comments
 (0)