Skip to content

Commit e9b6291

Browse files
Update GitHub Actions
1 parent 00136c4 commit e9b6291

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/publish-head.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | DOCKER_USERNAME ;
7272
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD
7373
- name: Set up QEMU
74-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
74+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
7575
- name: Set up Docker Buildx
7676
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
7777
- name: Log in to the Container registry

.github/workflows/release-charts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Required for vault
3030
id-token: write
3131
steps:
32-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
32+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3333
with:
3434
ref: "${{ env.WEBHOOK_REF }}"
3535
path: webhook
@@ -50,7 +50,7 @@ jobs:
5050
charts
5151
5252
- name: Checkout charts repository
53-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
53+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5454
with:
5555
repository: ${{ github.repository_owner }}/charts
5656
ref: "${{ env.CHARTS_REF }}"

.github/workflows/release-rancher.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install dependencies
3333
run: sudo snap install yq --channel=v4/stable
3434

35-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
35+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3636
with:
3737
ref: "${{ env.WEBHOOK_REF }}"
3838
path: webhook
@@ -53,7 +53,7 @@ jobs:
5353
rancher
5454
5555
- name: Checkout rancher repository
56-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
56+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5757
with:
5858
repository: ${{ github.repository_owner }}/rancher
5959
ref: "${{ env.RANCHER_REF }}"
@@ -71,7 +71,7 @@ jobs:
7171
charts_branch=$(grep '"chart-default-branch"' pkg/settings/setting.go | cut -d'"' -f4)
7272
echo "charts_branch=$charts_branch" >> $GITHUB_OUTPUT
7373
74-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
74+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
7575
with:
7676
repository: ${{ github.repository_owner }}/charts
7777
ref: "${{ steps.find_charts_branch.outputs.charts_branch }}"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: Set up QEMU
139139
# https://github.com/docker/setup-qemu-action/releases/tag/v3.1.0
140-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
140+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
141141

142142
- name: Set up Docker Buildx
143143
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1

0 commit comments

Comments
 (0)