From 554eb79181693733c69c03a9241415c4ee451f28 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 11:50:07 +0200 Subject: [PATCH] Update GitHub Actions (#1084) Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- .github/workflows/renovate-vault.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d38dfc7a..622074be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: echo "DOCKER_PASSWORD=${{ github.token }}" >> $GITHUB_ENV - name: Login to container registry - uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4 + uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4 with: registry: ${{ env.REGISTRY }} username: ${{ env.DOCKER_USERNAME }} diff --git a/.github/workflows/renovate-vault.yml b/.github/workflows/renovate-vault.yml index 1233a13a..0a9b0a17 100644 --- a/.github/workflows/renovate-vault.yml +++ b/.github/workflows/renovate-vault.yml @@ -51,7 +51,7 @@ permissions: jobs: call-workflow: - uses: rancher/renovate-config/.github/workflows/renovate-vault.yml@3b1a022eb930f7650540553d1a56af6e1f77a327 # release + uses: rancher/renovate-config/.github/workflows/renovate-vault.yml@04113f1cb89aaac87ff94543701ca9c501a1f393 # release with: configMigration: ${{ inputs.configMigration || 'true' }} logLevel: ${{ inputs.logLevel || 'info' }}