From 40bf505029dae70b0f70bee3a366f5bfbc8266f4 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 05:53:57 +0000 Subject: [PATCH] chore(deps): update github workflow actions --- .github/workflows/ci.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/release.yaml | 8 ++++---- .github/workflows/renovate-vault.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4325e29..9c48b1c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: - platform: linux/arm64 steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install Helm-unittest run: helm plugin install --verify=false https://github.com/helm-unittest/helm-unittest.git - name : CI diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 21cf552..cda087c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -21,6 +21,6 @@ jobs: image: ghcr.io/rancher/ci-image/go1.25:20260430-14 steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: golangci-lint run: make validate \ No newline at end of file diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 710bcf9..34e5a68 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: image: ghcr.io/rancher/ci-image/go1.25:20260430-14 steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 - run: git fetch --force --tags @@ -53,7 +53,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: "Read vault secrets" uses: rancher-eio/read-vault-secrets@0da85151ad1f19ed7986c41587e45aac1ace74b6 # v3 with: @@ -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@016551c414f82e64af8c4c18315ea3093d10be7c # v0.74.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@016551c414f82e64af8c4c18315ea3093d10be7c # v0.74.3 with: image: 'pushprox' tag: ${{ github.ref_name }} diff --git a/.github/workflows/renovate-vault.yml b/.github/workflows/renovate-vault.yml index 557db83..5e11cb5 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@a2fdde843b32ac3423f7a37c3211deadff0df147 # release with: logLevel: ${{ inputs.logLevel || 'info' }} overrideSchedule: ${{ github.event.inputs.overrideSchedule == 'true' && '{''schedule'':null}' || '' }}