Skip to content

Commit 75da2b2

Browse files
chore(security): SHA-pin actions/checkout in boj-build.yml (#61)
## Summary - SHA-pins \`actions/checkout@v6.0.2\` → \`actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2\` in \`.github/workflows/boj-build.yml\`. - Originally committed 2026-05-23 as part of a fleet-wide workflow-hardening pass; the change had been sitting on local main, never pushed. - Surfaced + recovered during a 2026-05-30 closeout sweep. ## Verification - SHA \`de0fac2e4500dabe0009e67214ff5f5447ce83dd\` confirmed real via \`gh api repos/actions/checkout/commits/de0fac2e4500dabe0009e67214ff5f5447ce83dd\` → HTTP/2 200. - Commit \`bbdd496\` GPG-signed by ED25519 key SHA256:kVP7Nb+Js58NvZPglm0gByBC9KeYLl/tqWpHkNN9gUA (estate canonical). - Matches the estate-wide SHA-pinning hygiene pass (see memory: \`feedback_verify_action_sha_pins.md\`). ## Test plan - [x] SHA verified against actions/checkout repo (live tag, not fake) - [x] GPG signature valid - [ ] CI passes (running)
1 parent 28f587b commit 75da2b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/boj-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v6.0.2
12+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313
- name: Trigger BoJ Server (Casket/ssg-mcp)
1414
run: |
1515
# Send a secure trigger to boj-server to build this repository

0 commit comments

Comments
 (0)