Skip to content

Commit a8ae4b0

Browse files
build(deps): bump the actions group across 1 directory with 2 updates (#1109)
Bumps the actions group with 2 updates in the / directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `ruby/setup-ruby` from 1.318.0 to 1.319.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@8e41b36...003a5c4) Updates `anthropics/claude-code-action` from 1.0.174 to 1.0.175 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@1253134...1298632) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.319.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: anthropics/claude-code-action dependency-version: 1.0.175 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74c2928 commit a8ae4b0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ios-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
echo "✅ Metal Toolchain removed"
197197
198198
- name: Setup Ruby
199-
uses: ruby/setup-ruby@8e41b362d2589a22a44c1cfa214b3c83052c195b # v1
199+
uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1
200200
with:
201201
ruby-version: '3.0'
202202
bundler-cache: true

.github/workflows/thunder-deep-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
# ─────────────────────────────────────────────────────────────────────
197197
- name: thunder-deep-review (step 1 — recall pass, candidate findings)
198198
id: review_model
199-
uses: anthropics/claude-code-action@12531344451323133b0493233c759991ac61da12 # v1
199+
uses: anthropics/claude-code-action@1298632ce7736903d02a1435002705aa2a594a6c # v1
200200
with:
201201
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
202202
# Pass the workflow token so the action authenticates to GitHub WITH it
@@ -398,7 +398,7 @@ jobs:
398398
if: >-
399399
steps.persist_candidates.outputs.count != '' &&
400400
steps.persist_candidates.outputs.count != '0'
401-
uses: anthropics/claude-code-action@12531344451323133b0493233c759991ac61da12 # v1
401+
uses: anthropics/claude-code-action@1298632ce7736903d02a1435002705aa2a594a6c # v1
402402
with:
403403
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
404404
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)