From f62a8d0a5ef3d775a96c017f6936492f4f1153d8 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 04:39:08 +0000 Subject: [PATCH] Update GitHub Actions --- .github/workflows/release-charts.yaml | 4 ++-- .github/workflows/release-rancher.yaml | 6 +++--- .github/workflows/release.yaml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-charts.yaml b/.github/workflows/release-charts.yaml index 19b8a9d64..c5b922785 100644 --- a/.github/workflows/release-charts.yaml +++ b/.github/workflows/release-charts.yaml @@ -29,7 +29,7 @@ jobs: # Required for vault id-token: write steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: ref: "${{ env.WEBHOOK_REF }}" path: webhook @@ -50,7 +50,7 @@ jobs: charts - name: Checkout charts repository - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: repository: ${{ github.repository_owner }}/charts ref: "${{ env.CHARTS_REF }}" diff --git a/.github/workflows/release-rancher.yaml b/.github/workflows/release-rancher.yaml index 189fc3375..36f8a4819 100644 --- a/.github/workflows/release-rancher.yaml +++ b/.github/workflows/release-rancher.yaml @@ -32,7 +32,7 @@ jobs: - name: Install dependencies run: sudo snap install yq --channel=v4/stable - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: ref: "${{ env.WEBHOOK_REF }}" path: webhook @@ -53,7 +53,7 @@ jobs: rancher - name: Checkout rancher repository - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: repository: ${{ github.repository_owner }}/rancher ref: "${{ env.RANCHER_REF }}" @@ -71,7 +71,7 @@ jobs: charts_branch=$(grep '"chart-default-branch"' pkg/settings/setting.go | cut -d'"' -f4) echo "charts_branch=$charts_branch" >> $GITHUB_OUTPUT - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: repository: ${{ github.repository_owner }}/charts ref: "${{ steps.find_charts_branch.outputs.charts_branch }}" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1a9dceb2b..af6d81504 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -137,7 +137,7 @@ jobs: - name: Set up QEMU # https://github.com/docker/setup-qemu-action/releases/tag/v3.1.0 - uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 + uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 @@ -145,7 +145,7 @@ jobs: - name: Log in to the Container registry # https://github.com/docker/login-action/releases/tag/v3.2.0 - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ env.DOCKER_USERNAME }} @@ -202,7 +202,7 @@ jobs: secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD - name: Log in to the Container registry - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 # https://github.com/docker/login-action/releases/tag/v3.2.0 with: registry: ${{ env.REGISTRY }}