Skip to content
Merged
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 @@ -64,7 +64,7 @@ jobs:
fetch-depth: 1
- name: Run Claude Code
if: ${{ env.CLAUDE_CODE_OAUTH_TOKEN != '' }}
uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1.0.183
uses: anthropics/claude-code-action@1623c36729ac1cd5895198cded705a287de7db79 # v1.0.187
with:
# The action's default trigger phrase is "@claude"; it reads the
# triggering comment/review and acts on the current PR head.
Expand Down
5 changes: 5 additions & 0 deletions scripts/github-action-pins.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ const reviewedActionPins = new Map([
["af0559ee4f514d1ef21826982bed13f7edc3c35e", "v1.0.178"],
["b76a0776ae74036e77cd11018083743453d7ad35", "v1.0.179"],
["be7b93b1907a4abad570368f3c74b6fe3807510b", "v1.0.183"],
// Reviewed 2026-08-10 for PR #1794: annotated tag v1.0.187 peels to this
// commit; release notes cover credential-pattern redaction in published
// run output, config-snapshot scoping to the working tree, and checkout
// auth cleanup when API commit signing is enabled.
["1623c36729ac1cd5895198cded705a287de7db79", "v1.0.187"],
]),
],
["actions/cache", new Map([["55cc8345863c7cc4c66a329aec7e433d2d1c52a9", "v6"]])],
Expand Down
Loading