diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4027b3197..1278a7ff4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: # against origin/main. fetch-depth: 0 - - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 with: version: 10 @@ -78,7 +78,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 with: version: 10 @@ -179,7 +179,7 @@ jobs: - uses: actions/checkout@v6 - name: Install cargo-audit - uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10 + uses: taiki-e/install-action@8b3c737da4b541bf0fb5a3e0488ff20535badac9 # v2.82.1 with: tool: cargo-audit diff --git a/.github/workflows/claude-audit.yml b/.github/workflows/claude-audit.yml index c7a2eeee5..4cc149193 100644 --- a/.github/workflows/claude-audit.yml +++ b/.github/workflows/claude-audit.yml @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 1 - - uses: anthropics/claude-code-action@0cb4f3e5e764d2e00407d29b6bf0aa9df0976d88 # v1 + - uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1 id: claude with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 594e1acdb..6b9afe716 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -106,7 +106,7 @@ jobs: fetch-depth: 1 token: ${{ secrets.PAT_TOKEN }} - - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 with: version: 10 @@ -126,7 +126,7 @@ jobs: - name: Fix issue #${{ matrix.issue }} id: fix - uses: anthropics/claude-code-action@0cb4f3e5e764d2e00407d29b6bf0aa9df0976d88 # v1 + uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1 env: # Claude's gh/git commands use PAT so PRs trigger CI GH_TOKEN: ${{ secrets.PAT_TOKEN }} @@ -226,7 +226,7 @@ jobs: # Verify the fix in a separate read-only Claude session - name: Verify fix for #${{ matrix.issue }} if: steps.find-pr.outputs.number - uses: anthropics/claude-code-action@0cb4f3e5e764d2e00407d29b6bf0aa9df0976d88 # v1 + uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} github_token: ${{ secrets.PAT_TOKEN }} @@ -307,7 +307,7 @@ jobs: with: fetch-depth: 1 - - uses: anthropics/claude-code-action@0cb4f3e5e764d2e00407d29b6bf0aa9df0976d88 # v1 + - uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1 id: verify with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} @@ -383,7 +383,7 @@ jobs: with: fetch-depth: 1 - - uses: anthropics/claude-code-action@0cb4f3e5e764d2e00407d29b6bf0aa9df0976d88 # v1 + - uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1 id: claude with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index fdc54fd87..8dd229ef3 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -42,7 +42,7 @@ jobs: node-version: 22 - name: Setup pnpm - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 with: version: 10 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9afa9d2db..cb88fcf8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -129,7 +129,7 @@ jobs: node-version: 22 - name: Setup pnpm - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 with: version: 10