From 12c21e60a2d9d6e6e44f273610649049e4d52123 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 04:38:07 +0000 Subject: [PATCH] Update GitHub Actions --- .github/workflows/ci.yaml | 2 +- .github/workflows/publish-head.yaml | 6 +++--- .github/workflows/release-charts.yaml | 6 +++--- .github/workflows/release-rancher.yaml | 8 ++++---- .github/workflows/release.yaml | 8 ++++---- .github/workflows/sync-deps.yaml | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eda185709..0e9bd622b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: steps: - name : Checkout repository # https://github.com/actions/checkout/releases/tag/v4.1.1 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Setup Go # https://github.com/actions/setup-go/releases/tag/v5.0.0 diff --git a/.github/workflows/publish-head.yaml b/.github/workflows/publish-head.yaml index 3b549ba79..f014aca88 100644 --- a/.github/workflows/publish-head.yaml +++ b/.github/workflows/publish-head.yaml @@ -20,7 +20,7 @@ jobs: - arm64 steps: - name : Checkout repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Setup Go uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 with: @@ -53,7 +53,7 @@ jobs: needs: build steps: - name : Checkout repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Download the artifacts uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: @@ -71,7 +71,7 @@ jobs: secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | DOCKER_USERNAME ; secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD - name: Set up QEMU - 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 - name: Log in to the Container registry diff --git a/.github/workflows/release-charts.yaml b/.github/workflows/release-charts.yaml index acab80838..67baab1f6 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: ref: "${{ env.WEBHOOK_REF }}" path: webhook @@ -41,7 +41,7 @@ jobs: secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY # Fetch github token just for the charts repository - - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2 + - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2 id: app-token with: app-id: ${{ env.APP_ID }} @@ -50,7 +50,7 @@ jobs: charts - name: Checkout charts repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 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 72acf1c93..0e391d57b 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: ref: "${{ env.WEBHOOK_REF }}" path: webhook @@ -44,7 +44,7 @@ jobs: secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY # Fetch github token just for the rancher repository - - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2 + - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2 id: app-token with: app-id: ${{ env.APP_ID }} @@ -53,7 +53,7 @@ jobs: rancher - name: Checkout rancher repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 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 4d1846ed6..93535c3d1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: steps: - name : Checkout repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 # https://github.com/actions/checkout/releases/tag/v4.1.1 - name: Setup Go @@ -66,7 +66,7 @@ jobs: - name : Checkout repository # https://github.com/actions/checkout/releases/tag/v4.1.1 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: package-helm run: ./scripts/package-helm @@ -113,7 +113,7 @@ jobs: steps: - name : Checkout repository # https://github.com/actions/checkout/releases/tag/v4.1.1 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Download the artifacts uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 @@ -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 diff --git a/.github/workflows/sync-deps.yaml b/.github/workflows/sync-deps.yaml index 81c00e10e..e1ae23d19 100644 --- a/.github/workflows/sync-deps.yaml +++ b/.github/workflows/sync-deps.yaml @@ -33,7 +33,7 @@ jobs: secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY # Fetch github token just for the webhook repository - - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2 + - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2 id: app-token with: app-id: ${{ env.APP_ID }} @@ -42,7 +42,7 @@ jobs: webhook - name : Checkout webhook repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: ref: "${{ env.WEBHOOK_REF }}" path: webhook @@ -51,7 +51,7 @@ jobs: persist-credentials: true - name : Checkout rancher repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: repository: "${{ github.event.inputs.rancher_repository }}" ref: "${{ env.RANCHER_REF }}"