Skip to content

Commit 23bd23c

Browse files
chore(deps): bump the actions-minor-patch group with 3 updates
Bumps the actions-minor-patch group with 3 updates: [actions/setup-python](https://github.com/actions/setup-python), [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/setup-python` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) Updates `anthropics/claude-code-action` from 1.0.152 to 1.0.157 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@51705da...428971d) Updates `softprops/action-gh-release` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@b430933...718ea10) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch - dependency-name: anthropics/claude-code-action dependency-version: 1.0.157 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-patch - dependency-name: softprops/action-gh-release dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3253ba0 commit 23bd23c

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
steps:
241241
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
242242

243-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
243+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
244244
with:
245245
python-version: '3.x'
246246

@@ -267,7 +267,7 @@ jobs:
267267
steps:
268268
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
269269

270-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
270+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
271271
with:
272272
python-version: '3.12'
273273

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Run Claude Code Review
5353
id: claude-review
54-
uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1
54+
uses: anthropics/claude-code-action@428971d2ecd6e3a7cb0ee0da2a3a8b33fdb3678d # v1
5555
with:
5656
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
5757
use_sticky_comment: true

.github/workflows/claude-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Run Claude Dependabot Review
5353
id: claude-dependabot
54-
uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1
54+
uses: anthropics/claude-code-action@428971d2ecd6e3a7cb0ee0da2a3a8b33fdb3678d # v1
5555
with:
5656
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
5757
allowed_bots: "dependabot[bot]"

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Run Claude Code
4141
id: claude
42-
uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1
42+
uses: anthropics/claude-code-action@428971d2ecd6e3a7cb0ee0da2a3a8b33fdb3678d # v1
4343
with:
4444
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4545
claude_args: "--allowedTools Bash,Read,Glob,Grep,Edit,Write"

.github/workflows/release-engine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
path: artifacts
9393

9494
- name: Create release
95-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2
95+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v2
9696
with:
9797
generate_release_notes: true
9898
files: |

0 commit comments

Comments
 (0)