From d605eaa7580dc22dd7fbf5d0d0fa83cfed575ec7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:57:48 +0000 Subject: [PATCH] Update GitHub Actions Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/setup/action.yaml | 2 +- .github/workflows/autogen-docs-notify.yml | 2 +- .github/workflows/claude.yml | 2 +- .github/workflows/upstream-release-docs.yml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 4b9830ca..bbdeb9ef 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -13,7 +13,7 @@ runs: - name: Cache dependencies id: cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ./node_modules key: modules-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/autogen-docs-notify.yml b/.github/workflows/autogen-docs-notify.yml index 6a85315b..7ff51417 100644 --- a/.github/workflows/autogen-docs-notify.yml +++ b/.github/workflows/autogen-docs-notify.yml @@ -142,7 +142,7 @@ jobs: # nor make arbitrary network calls (no curl/Bash beyond gh). - name: Compose reviewer summary if: steps.pr.outputs.skip != 'true' - uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1.0.152 + uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1.0.176 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} # Skips claude-code-action's OIDC -> GitHub App token exchange diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 6cb0bb46..db33361e 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@521136812280ae7ef256e06045655b9da02793f0 # v1.0.158 + uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1.0.176 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 407d9ba5..a46a52ae 100644 --- a/.github/workflows/upstream-release-docs.yml +++ b/.github/workflows/upstream-release-docs.yml @@ -302,7 +302,7 @@ jobs: - name: Cache dependencies id: cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ./node_modules key: modules-${{ hashFiles('package-lock.json') }} @@ -491,7 +491,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@521136812280ae7ef256e06045655b9da02793f0 # v1.0.158 + uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1.0.176 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} additional_permissions: | @@ -621,7 +621,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@521136812280ae7ef256e06045655b9da02793f0 # v1.0.158 + uses: anthropics/claude-code-action@700e7f8316990de46bed556429765647af760efc # v1.0.176 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} additional_permissions: |