From 4e27198bd2850eebe5e1707400b9dd80a671bd33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:04:14 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/actions/setup-dev-env/action.yml | 2 +- .github/workflows/_package-publish.yml | 2 +- .github/workflows/_scheduled-test-daily.yml | 2 +- .github/workflows/_test.yml | 2 +- .github/workflows/bump.yml | 4 ++-- .github/workflows/claude-code-automation-pr-review.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/setup-dev-env/action.yml b/.github/actions/setup-dev-env/action.yml index bc72c6a..45f01d8 100644 --- a/.github/actions/setup-dev-env/action.yml +++ b/.github/actions/setup-dev-env/action.yml @@ -5,7 +5,7 @@ runs: using: 'composite' steps: - name: Install mise - uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2 + uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 - name: Initialize mise and install Python dependencies shell: bash diff --git a/.github/workflows/_package-publish.yml b/.github/workflows/_package-publish.yml index b6dff20..8adfb2c 100644 --- a/.github/workflows/_package-publish.yml +++ b/.github/workflows/_package-publish.yml @@ -69,7 +69,7 @@ jobs: - name: Send Slack release notification if: success() - uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1 + uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 with: method: chat.postMessage token: ${{ secrets.SLACK_RELEASE_BOT_TOKEN }} diff --git a/.github/workflows/_scheduled-test-daily.yml b/.github/workflows/_scheduled-test-daily.yml index 0f35738..8555eef 100644 --- a/.github/workflows/_scheduled-test-daily.yml +++ b/.github/workflows/_scheduled-test-daily.yml @@ -203,7 +203,7 @@ jobs: fi - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 + uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 if: ${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }} with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 3544b26..03819fa 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -88,7 +88,7 @@ jobs: retention-days: 30 - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 + uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 if: ${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }} with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index a997d88..99cfc79 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 with: app-id: ${{ secrets.RELEASE_BOT_APP_ID }} private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }} @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Install mise - uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2 + uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 - name: Install Python, venv and dependencies run: uv sync --all-extras --frozen --link-mode=copy diff --git a/.github/workflows/claude-code-automation-pr-review.yml b/.github/workflows/claude-code-automation-pr-review.yml index 808464f..165b727 100644 --- a/.github/workflows/claude-code-automation-pr-review.yml +++ b/.github/workflows/claude-code-automation-pr-review.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Run Claude Code PR Review - uses: anthropics/claude-code-action@26ec041249acb0a944c0a47b6c0c13f05dbc5b44 # v1.0.70 + uses: anthropics/claude-code-action@ff9acae5886d41a99ed4ec14b7dc147d55834722 # v1.0.77 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} track_progress: ${{ github.event_name == 'pull_request' && contains(fromJSON('["opened", "synchronize", "ready_for_review", "reopened"]'), github.event.action) }}