Skip to content

Commit c3bfad5

Browse files
arvclaude
andauthored
CI: pin GitHub Actions to commit SHAs (#59)
Pin actions/checkout, actions/setup-node and pnpm/action-setup to full-length commit SHAs (v6) for supply-chain safety. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3e73646 commit c3bfad5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repo
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515

1616
- name: Set up pnpm
17-
uses: pnpm/action-setup@v4
17+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6
1818
with:
1919
version: 11
2020

2121
- name: Set up Node.js
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2323
with:
2424
node-version: 22
2525
cache: "pnpm"

0 commit comments

Comments
 (0)