Skip to content

Commit 5629693

Browse files
chore(deps): update github actions (#1675)
1 parent 53ae721 commit 5629693

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/build-upstream/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ runs:
8383

8484
- name: Install cargo-zigbuild (musl)
8585
if: steps.cache-restore.outputs.cache-hit != 'true' && contains(inputs.target, 'musl')
86-
uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2.78.0
86+
uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2.79.3
8787
with:
8888
tool: cargo-zigbuild
8989

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
shell: bash
4646
run: git remote remove origin
4747

48-
- uses: oxc-project/security-action@77e230508eccbb400b23746dab6c573a8ea7483e # v1.0.5
48+
- uses: oxc-project/security-action@585c068c5601ae7fff88ff839d2cd0d2c742bf28 # v1.0.6

.github/workflows/upgrade-deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Check upgrade dependencies
6464
id: check-upgrade-dependencies
6565
timeout-minutes: 180
66-
uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1.0.123
66+
uses: anthropics/claude-code-action@20c8abf165d5f85ab3fc970db9498436377dc9d1 # v1.0.128
6767
env:
6868
RELEASE_BUILD: 'true'
6969
with:
@@ -174,7 +174,7 @@ jobs:
174174
- name: Enhance PR description with Claude
175175
id: enhance-pr-description
176176
continue-on-error: true
177-
uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1.0.123
177+
uses: anthropics/claude-code-action@20c8abf165d5f85ab3fc970db9498436377dc9d1 # v1.0.128
178178
with:
179179
claude_code_oauth_token: ${{ secrets.ANTHROPIC_API_KEY }}
180180
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)