Skip to content

Commit d1cdcca

Browse files
chore(deps): update github actions
1 parent 69122cc commit d1cdcca

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/_claude-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Run Claude Code (Interactive Mode)
7979
if: inputs.mode == 'interactive'
80-
uses: anthropics/claude-code-action@44423bdec74b97d67543eb16c110546762c110b2 # v1.0.181
80+
uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1.0.183
8181
with:
8282
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
8383
track_progress: ${{ inputs.track_progress }}
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: Run Claude Code (Automation Mode)
9494
if: inputs.mode == 'automation'
95-
uses: anthropics/claude-code-action@44423bdec74b97d67543eb16c110546762c110b2 # v1.0.181
95+
uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1.0.183
9696
with:
9797
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
9898
track_progress: ${{ inputs.track_progress }}

.github/workflows/_docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
3838

3939
- name: Log in to Docker Hub
40-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
40+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
4141
with:
4242
username: ${{ secrets.DOCKER_USERNAME }}
4343
password: ${{ secrets.DOCKER_PASSWORD }}
4444

4545
- name: Log in to GitHub container registry
46-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
46+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
4747
with:
4848
registry: ghcr.io
4949
username: ${{ github.actor }}

0 commit comments

Comments
 (0)