diff --git a/.github/actions/setup-xwin/action.yml b/.github/actions/setup-xwin/action.yml index 9ccc6fef5f..2cb5eb4c20 100644 --- a/.github/actions/setup-xwin/action.yml +++ b/.github/actions/setup-xwin/action.yml @@ -34,7 +34,7 @@ runs: - run: rustup target add x86_64-pc-windows-msvc shell: bash - - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 + - uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2.87.1 with: tool: ${{ inputs.tools != '' && format('{0},cargo-xwin', inputs.tools) || 'cargo-xwin' }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c95817befb..c1ab2343e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -253,7 +253,7 @@ jobs: with: name: windows-test-archive - - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 + - uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2.87.1 with: tool: cargo-nextest @@ -1102,7 +1102,7 @@ jobs: with: name: windows-snapshot-test-archive - - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 + - uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2.87.1 with: tool: cargo-nextest diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index e6c17f6294..b43ee367d7 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -19,7 +19,7 @@ jobs: name: Semgrep runs-on: ubuntu-latest container: - image: semgrep/semgrep:1.174.0 + image: semgrep/semgrep:1.175.0 steps: - uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 diff --git a/.github/workflows/upgrade-deps.yml b/.github/workflows/upgrade-deps.yml index 7e56e7b94f..2d8f6e8b4f 100644 --- a/.github/workflows/upgrade-deps.yml +++ b/.github/workflows/upgrade-deps.yml @@ -78,7 +78,7 @@ jobs: - name: Check upgrade dependencies id: check-upgrade-dependencies timeout-minutes: 180 - uses: anthropics/claude-code-action@3f854a8fb5146b39d5cbf8b57f70d80810e1366f # v1.0.198 + uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1.0.210 env: CLI_HELP_DIFF_CHANGED: ${{ steps.cli-help-diff.outputs.has-changes }} CLI_HELP_DIFF_REPORT: ${{ env.UPGRADE_DEPS_META_DIR }}/cli-help-report.md @@ -224,7 +224,7 @@ jobs: - name: Enhance PR description with Claude id: enhance-pr-description continue-on-error: true - uses: anthropics/claude-code-action@3f854a8fb5146b39d5cbf8b57f70d80810e1366f # v1.0.198 + uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1.0.210 with: claude_code_oauth_token: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}