diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 7d99d8f9..3bc6d467 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -9,7 +9,7 @@ runs: - name: Set up Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Cache dependencies id: cache diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index da52df20..546faf44 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -55,7 +55,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} additional_permissions: | diff --git a/.github/workflows/upstream-release-docs.yml b/.github/workflows/upstream-release-docs.yml index 886faa4e..49568847 100644 --- a/.github/workflows/upstream-release-docs.yml +++ b/.github/workflows/upstream-release-docs.yml @@ -297,7 +297,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '24.15.0' + node-version: '24.16.0' - name: Cache dependencies id: cache @@ -473,7 +473,7 @@ jobs: # burns the full 90-minute job budget. Paired with --max-turns # below for a runaway-cost ceiling. timeout-minutes: 45 - uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} additional_permissions: | @@ -684,7 +684,7 @@ jobs: # baseline -- cheap safety net for the rare case where review # spirals on a file it can't stop "improving". timeout-minutes: 10 - uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} additional_permissions: |