File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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 }}"
Original file line number Diff line number Diff line change 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
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 }}"
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 }}"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments