From 96d5dfb323ebe75ceeb9267c4c7f50f4742a2b3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 05:14:02 +0000 Subject: [PATCH] chore(deps): update all-dependencies --- .github/workflows/linter.yml | 2 +- .github/workflows/release-container.yml | 6 +++--- .github/workflows/release-internal.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7786ebc..ed34107 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 - name: Lint Codebase diff --git a/.github/workflows/release-container.yml b/.github/workflows/release-container.yml index 3178cce..255bd5c 100644 --- a/.github/workflows/release-container.yml +++ b/.github/workflows/release-container.yml @@ -15,7 +15,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Run release script if: ${{ github.event_name != 'pull_request' }} run: | @@ -24,9 +24,9 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4 - name: Log in to the Container registry - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/release-internal.yml b/.github/workflows/release-internal.yml index 78783cc..b64ba26 100644 --- a/.github/workflows/release-internal.yml +++ b/.github/workflows/release-internal.yml @@ -18,11 +18,11 @@ jobs: name: Release steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-tags: true - name: Release - uses: quike/action-semantic-release@d83008bf8c399c31dd96f9fd732c5ad7f8cc1fce # v3.15 + uses: quike/action-semantic-release@490127214be185a1b0dfcc623b4d2405e81e81ff # v3.18 with: debug-mode: true dry-run: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2ad6dc..fb70019 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,12 +34,12 @@ jobs: name: Release steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-tags: true - name: Release id: release - uses: quike/action-semantic-release@d83008bf8c399c31dd96f9fd732c5ad7f8cc1fce # v3.15 + uses: quike/action-semantic-release@490127214be185a1b0dfcc623b4d2405e81e81ff # v3.18 with: debug-mode: true dry-run: false