Skip to content

Commit 07efb36

Browse files
chore(deps): update github actions
1 parent a011a0d commit 07efb36

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/actions/setup-xwin/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
- run: rustup target add x86_64-pc-windows-msvc
3535
shell: bash
3636

37-
- uses: taiki-e/install-action@e67fa11c4b9316fa714ddf0abed07a0c3143b95b # v2.87.4
37+
- uses: taiki-e/install-action@fa23953489c080190314742a9b907f8e97c6767c # v2.87.10
3838
with:
3939
tool: ${{ inputs.tools != '' && format('{0},cargo-xwin', inputs.tools) || 'cargo-xwin' }}
4040

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
with:
239239
name: windows-test-archive
240240

241-
- uses: taiki-e/install-action@e67fa11c4b9316fa714ddf0abed07a0c3143b95b # v2.87.4
241+
- uses: taiki-e/install-action@fa23953489c080190314742a9b907f8e97c6767c # v2.87.10
242242
with:
243243
tool: cargo-nextest
244244

@@ -1098,7 +1098,7 @@ jobs:
10981098
with:
10991099
name: windows-snapshot-test-archive
11001100

1101-
- uses: taiki-e/install-action@e67fa11c4b9316fa714ddf0abed07a0c3143b95b # v2.87.4
1101+
- uses: taiki-e/install-action@fa23953489c080190314742a9b907f8e97c6767c # v2.87.10
11021102
with:
11031103
tool: cargo-nextest
11041104

.github/workflows/publish-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
8888
- uses: ./.github/actions/clone
8989

90-
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
90+
- uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
9191

9292
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
9393
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
7575
- uses: ./.github/actions/clone
7676

77-
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
77+
- uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
7878

7979
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
8080
with:

.github/workflows/renovate-lockfiles.yml

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

3636
- uses: ./.github/actions/clone
3737

38-
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
38+
- uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
3939

4040
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
4141
with:

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Semgrep
2020
runs-on: ubuntu-latest
2121
container:
22-
image: semgrep/semgrep:1.176.0
22+
image: semgrep/semgrep:1.177.0
2323
steps:
2424
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
2525

.github/workflows/upgrade-deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Check upgrade dependencies
7979
id: check-upgrade-dependencies
8080
timeout-minutes: 180
81-
uses: anthropics/claude-code-action@ef8bb1e43bf303cff727a1dd0b8837029fe982a2 # v1.0.215
81+
uses: anthropics/claude-code-action@0a8d3c9443bbff909ab973b6a17a340b913f229f # v1.0.221
8282
env:
8383
CLI_HELP_DIFF_CHANGED: ${{ steps.cli-help-diff.outputs.has-changes }}
8484
CLI_HELP_DIFF_REPORT: ${{ env.UPGRADE_DEPS_META_DIR }}/cli-help-report.md
@@ -227,7 +227,7 @@ jobs:
227227
- name: Enhance PR description with Claude
228228
id: enhance-pr-description
229229
continue-on-error: true
230-
uses: anthropics/claude-code-action@ef8bb1e43bf303cff727a1dd0b8837029fe982a2 # v1.0.215
230+
uses: anthropics/claude-code-action@0a8d3c9443bbff909ab973b6a17a340b913f229f # v1.0.221
231231
with:
232232
claude_code_oauth_token: ${{ secrets.ANTHROPIC_API_KEY }}
233233
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)