From 75cab4a93052bca04faff758c5cabe5979a95061 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 19:24:13 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/_audit.yml | 2 +- .github/workflows/_build-native-only.yml | 2 +- .github/workflows/_claude-code.yml | 4 ++-- .github/workflows/_docker-publish.yml | 4 ++-- .github/workflows/_package-publish.yml | 2 +- .github/workflows/_scheduled-audit.yml | 2 +- .github/workflows/_scheduled-test-daily.yml | 2 +- .github/workflows/_scheduled-test-hourly.yml | 2 +- .github/workflows/_test.yml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/_audit.yml b/.github/workflows/_audit.yml index 69feb9749..0cf8e1459 100644 --- a/.github/workflows/_audit.yml +++ b/.github/workflows/_audit.yml @@ -37,7 +37,7 @@ jobs: run: make audit - name: Upload audit results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }} with: name: audit-results diff --git a/.github/workflows/_build-native-only.yml b/.github/workflows/_build-native-only.yml index 8ea2a4944..e46e239fc 100644 --- a/.github/workflows/_build-native-only.yml +++ b/.github/workflows/_build-native-only.yml @@ -61,7 +61,7 @@ jobs: run: make dist_native - name: Upload dist_native artifacts - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }} with: name: dist_native-${{ matrix.runner }} diff --git a/.github/workflows/_claude-code.yml b/.github/workflows/_claude-code.yml index 4828f1e73..322a4da1c 100644 --- a/.github/workflows/_claude-code.yml +++ b/.github/workflows/_claude-code.yml @@ -77,7 +77,7 @@ jobs: - name: Run Claude Code (Interactive Mode) if: inputs.mode == 'interactive' - uses: anthropics/claude-code-action@6e2bd52842c65e914eba5c8badd17560bd26b5de # v1.0.89 + uses: anthropics/claude-code-action@b47fd721da662d48c5680e154ad16a73ed74d2e0 # v1.0.93 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} track_progress: ${{ inputs.track_progress }} @@ -92,7 +92,7 @@ jobs: - name: Run Claude Code (Automation Mode) if: inputs.mode == 'automation' - uses: anthropics/claude-code-action@6e2bd52842c65e914eba5c8badd17560bd26b5de # v1.0.89 + uses: anthropics/claude-code-action@b47fd721da662d48c5680e154ad16a73ed74d2e0 # v1.0.93 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} track_progress: ${{ inputs.track_progress }} diff --git a/.github/workflows/_docker-publish.yml b/.github/workflows/_docker-publish.yml index 732ff8c9b..83a7694da 100644 --- a/.github/workflows/_docker-publish.yml +++ b/.github/workflows/_docker-publish.yml @@ -81,7 +81,7 @@ jobs: - name: "(all target): Build and push Docker image" id: build-and-push-all - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: . file: ./Dockerfile @@ -93,7 +93,7 @@ jobs: - name: "(slim target): Build and push Docker image" id: build-and-push-slim - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/_package-publish.yml b/.github/workflows/_package-publish.yml index 16ba3e945..f2e78ebe4 100644 --- a/.github/workflows/_package-publish.yml +++ b/.github/workflows/_package-publish.yml @@ -83,7 +83,7 @@ jobs: run: make dist_native - name: Upload dist_native artifacts - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }} with: name: dist_native-${{ matrix.runner }} diff --git a/.github/workflows/_scheduled-audit.yml b/.github/workflows/_scheduled-audit.yml index e18c402fa..8309325e5 100644 --- a/.github/workflows/_scheduled-audit.yml +++ b/.github/workflows/_scheduled-audit.yml @@ -87,7 +87,7 @@ jobs: exit $EXIT_CODE - name: Upload test results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }} with: name: test-results-scheduled diff --git a/.github/workflows/_scheduled-test-daily.yml b/.github/workflows/_scheduled-test-daily.yml index 05bc4853b..572dd4081 100644 --- a/.github/workflows/_scheduled-test-daily.yml +++ b/.github/workflows/_scheduled-test-daily.yml @@ -182,7 +182,7 @@ jobs: summary-title: All very long running e2e tests passed - name: Upload test artifacts for inspection - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }} with: name: test-results-ubuntu-latest diff --git a/.github/workflows/_scheduled-test-hourly.yml b/.github/workflows/_scheduled-test-hourly.yml index 738554cfc..939366198 100644 --- a/.github/workflows/_scheduled-test-hourly.yml +++ b/.github/workflows/_scheduled-test-hourly.yml @@ -170,7 +170,7 @@ jobs: exit $EXIT_CODE - name: Upload test results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }} with: name: test-results-scheduled diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 54adef6c9..d93f2348c 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -227,7 +227,7 @@ jobs: commit-message: ${{ inputs.commit_message }} - name: Upload test artifacts for inspection - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }} with: name: test-results-${{ matrix.runner }}