diff --git a/.github/actions/setup-xwin/action.yml b/.github/actions/setup-xwin/action.yml index 97d0098aeb..9ccc6fef5f 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@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13 + - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 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 5352bf229f..18a78863ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -250,7 +250,7 @@ jobs: with: name: windows-test-archive - - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13 + - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 with: tool: cargo-nextest @@ -1089,7 +1089,7 @@ jobs: with: name: windows-snapshot-test-archive - - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13 + - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 with: tool: cargo-nextest diff --git a/.github/workflows/publish-preview-register.yml b/.github/workflows/publish-preview-register.yml index 066da458ee..03339c0e15 100644 --- a/.github/workflows/publish-preview-register.yml +++ b/.github/workflows/publish-preview-register.yml @@ -481,7 +481,7 @@ jobs: # package should come from the PR. - uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 - - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - name: Log in to GHCR uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97f425f226..fb6a90ec27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -260,7 +260,7 @@ jobs: - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 - - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - name: Log in to GHCR uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index f20def5dcd..e6c17f6294 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.173.0 + image: semgrep/semgrep:1.174.0 steps: - uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 diff --git a/.github/workflows/test-docker-image.yml b/.github/workflows/test-docker-image.yml index 52d9818ad9..f0566d1a5c 100644 --- a/.github/workflows/test-docker-image.yml +++ b/.github/workflows/test-docker-image.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 - - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 # Only forward build-args that were provided (manual runs), so # empty inputs fall back to the Dockerfile defaults instead of overriding diff --git a/.github/workflows/upgrade-deps.yml b/.github/workflows/upgrade-deps.yml index 5072f0626f..7e56e7b94f 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@e63208cb983318a44e3f945e959ef894b707dcfa # v1.0.192 + uses: anthropics/claude-code-action@3f854a8fb5146b39d5cbf8b57f70d80810e1366f # v1.0.198 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@e63208cb983318a44e3f945e959ef894b707dcfa # v1.0.192 + uses: anthropics/claude-code-action@3f854a8fb5146b39d5cbf8b57f70d80810e1366f # v1.0.198 with: claude_code_oauth_token: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}