ci: pin all actions to full-length commit SHAs (#36621)

Pin all remaining GitHub Actions references to full-length commit SHAs,
matching the convention already established by third-party actions in
this repo. This is a prerequisite for enabling GitHub's "Require actions
to be pinned to a full-length commit SHA" repository ruleset, which
mitigates tag-hijacking supply chain attacks.
This commit is contained in:
Mason Daugherty
2026-04-08 19:02:58 -04:00
committed by GitHub
parent dd7c3eb3a4
commit 6443612fa3
20 changed files with 68 additions and 68 deletions

View File

@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "📋 Checkout Code"
uses: actions/checkout@v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: "🔍 Check CLAUDE.md and AGENTS.md are in sync"
run: |