diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index 29da47ad..69357ee1 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -138,7 +138,7 @@ jobs: # Don't fail the check if Claude errors — including hitting the --max-turns cap. # A cut-off review writes no verdict line, so the gate step skips it silently. continue-on-error: true - uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1 + uses: anthropics/claude-code-action@6b082c41935b4c8a3b8b0ef85ba4ba4d9eeb8975 # v1 with: # OAuth token (Pro/Max subscription) is preferred; the API key also works. # Whichever secret is unset resolves to an empty string and is ignored. diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index b72f58b0..644dbce6 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -71,7 +71,7 @@ jobs: - name: Claude if: steps.gate.outputs.enabled == 'true' - uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1 + uses: anthropics/claude-code-action@6b082c41935b4c8a3b8b0ef85ba4ba4d9eeb8975 # v1 with: # OAuth token (Pro/Max subscription) is preferred; the API key also works. # Whichever secret is unset resolves to an empty string and is ignored. diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 88703f75..b3602ba5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,13 +26,13 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Initialize CodeQL - uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 + uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 with: languages: javascript-typescript build-mode: none queries: security-extended - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 + uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 with: category: "/language:javascript-typescript" diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index debbe57a..5fa20553 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -81,7 +81,7 @@ jobs: # Real tags only (a workflow_dispatch test shouldn't mint provenance for a throwaway build). - name: Attest build provenance (sigstore + SLSA) if: github.event_name == 'push' - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-checksums: packages/cli/out/checksums.txt