Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
fetch-depth: 1
- name: Run Claude Code
if: ${{ env.CLAUDE_CODE_OAUTH_TOKEN != '' }}
uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1.0.210
uses: anthropics/claude-code-action@ef8bb1e43bf303cff727a1dd0b8837029fe982a2 # v1.0.215
with:
# The action's default trigger phrase is "@claude"; it reads the
# triggering comment/review and acts on the current PR head.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
| 2026-09-06 | dependabot/github_actions/github-actions-91ab6ea131 (PR #2647) | 2df2db0b5a6402b5f9b7e46ccf0313a4341a069d | Run PR sweep: CI fix | Static PR checks fixed: check:github-actions failed because the reviewed-SHA allowlist did not include the bumped anthropics/claude-code-action commit (v1.0.210 -> v1.0.215). Verified the upstream diff between the two pinned commits directly (git diff on a fresh clone of anthropics/claude-code-action): only Claude Code/Agent SDK version-number bumps, no permissions/secrets/trust-boundary change. Added the reviewed allowlist entry. No unresolved review threads. | npm run check:github-actions (passed); npx vitest run tests/github-action-pins.test.ts (7 passed); no provider-backed checks run |
6 changes: 6 additions & 0 deletions scripts/github-action-pins.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ const reviewedActionPins = new Map([
// encoded branch names in GitHub links, and .gitattributes — no change
// to permissions, secrets handling, or the action's trust boundary.
["a874e9ecd7bb36efdad65429c6b35815f5a08f10", "v1.0.210"],
// Reviewed 2026-09-06 for PR #2647 (Dependabot github-actions group):
// annotated tag v1.0.215 peels to this commit. Diff v1.0.210...v1.0.215
// is only Claude Code (2.1.251->2.1.260) and Agent SDK (0.3.251->0.3.260)
// version bumps in action.yml/run.ts/package.json/bun.lock — no change
// to permissions, secrets handling, or the action's trust boundary.
["ef8bb1e43bf303cff727a1dd0b8837029fe982a2", "v1.0.215"],
]),
],
// Reviewed 2026-08-13 for the credential-isolated Run PR operator: annotated
Expand Down
Loading