Skip to content

Commit ec3fba8

Browse files
chore(deps): update github actions
1 parent 9d6c9b1 commit ec3fba8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Send Slack release notification
7171
if: success()
72-
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
72+
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2
7373
with:
7474
method: chat.postMessage
7575
token: ${{ secrets.SLACK_RELEASE_BOT_TOKEN }}

.github/workflows/claude-code-automation-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Run Claude Code PR Review
27-
uses: anthropics/claude-code-action@b4d67413279fc18c6e5de930ae307c4f108714eb # v1.0.104
27+
uses: anthropics/claude-code-action@567fe954a4527e81f132d87d1bdbcc94f7737434 # v1.0.107
2828
with:
2929
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3030
track_progress: ${{ github.event_name == 'pull_request' && contains(fromJSON('["opened", "synchronize", "ready_for_review", "reopened"]'), github.event.action) }}

0 commit comments

Comments
 (0)