From dd6adaf60904abe730d4105fcc98c2549a4f930b Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 05:53:04 +0000 Subject: [PATCH] chore(deps): update github workflow actions --- .github/workflows/release.yaml | 4 ++-- .github/workflows/renovate-vault.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 710bcf9..20b773b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -65,7 +65,7 @@ jobs: secret/data/github/repo/${{ github.repository }}/rancher-prime-stg-registry/credentials password | PRIME_STG_REGISTRY_PASSWORD ; # This encapsulates: login, qemu, build/push - name: Build and push PushProx image (dockerhub and prime stg) - uses: rancher/ecm-distro-tools/actions/publish-image@575bb831c67edd950bfedb59d41dd127bd0005d6 # v0.65.2 + uses: rancher/ecm-distro-tools/actions/publish-image@a19d943abdc8ae83d50404482223afd303c93379 # v0.67.3 with: image: 'pushprox' tag: ${{ github.ref_name }} @@ -91,7 +91,7 @@ jobs: secret/data/github/repo/${{ github.repository }}/rancher-prime-registry/credentials password | PRIME_REGISTRY_PASSWORD ; - name: Build and push PushProx image (prime prod) if: ${{ steps.semver_check.outputs.HAS_PRERELEASE == 'false' }} - uses: rancher/ecm-distro-tools/actions/publish-image@575bb831c67edd950bfedb59d41dd127bd0005d6 # v0.65.2 + uses: rancher/ecm-distro-tools/actions/publish-image@a19d943abdc8ae83d50404482223afd303c93379 # v0.67.3 with: image: 'pushprox' tag: ${{ github.ref_name }} diff --git a/.github/workflows/renovate-vault.yml b/.github/workflows/renovate-vault.yml index 557db83..848d8ea 100644 --- a/.github/workflows/renovate-vault.yml +++ b/.github/workflows/renovate-vault.yml @@ -33,7 +33,7 @@ permissions: jobs: call-workflow: - uses: rancher/renovate-config/.github/workflows/renovate-vault.yml@c88cbe41a49d02648b9bf83aa5a64902151323fa # release + uses: rancher/renovate-config/.github/workflows/renovate-vault.yml@8fc262cd208aac64a577efc38f29cf268184ffb1 # release with: logLevel: ${{ inputs.logLevel || 'info' }} overrideSchedule: ${{ github.event.inputs.overrideSchedule == 'true' && '{''schedule'':null}' || '' }}