File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed
Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 3333 steps :
3434 - name : Checkout repository
3535 # https://github.com/actions/checkout/releases/tag/v4.1.1
36- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3737
3838 - name : Setup Go
3939 # https://github.com/actions/setup-go/releases/tag/v5.0.0
Original file line number Diff line number Diff line change 2020 - arm64
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2424 - name : Setup Go
2525 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2626 with :
5353 needs : build
5454 steps :
5555 - name : Checkout repository
56- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
56+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5757 - name : Download the artifacts
5858 uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
5959 with :
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
4141 secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY
4242
4343 # Fetch github token just for the charts repository
44- - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
44+ - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
4545 id : app-token
4646 with :
4747 app-id : ${{ env.APP_ID }}
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
4444 secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY
4545
4646 # Fetch github token just for the rancher repository
47- - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
47+ - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
4848 id : app-token
4949 with :
5050 app-id : ${{ env.APP_ID }}
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 2525 steps :
2626
2727 - name : Checkout repository
28- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2929 # https://github.com/actions/checkout/releases/tag/v4.1.1
3030
3131 - name : Setup Go
6666
6767 - name : Checkout repository
6868 # https://github.com/actions/checkout/releases/tag/v4.1.1
69- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
69+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7070
7171 - name : package-helm
7272 run : ./scripts/package-helm
@@ -113,7 +113,7 @@ jobs:
113113 steps :
114114 - name : Checkout repository
115115 # https://github.com/actions/checkout/releases/tag/v4.1.1
116- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
116+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
117117
118118 - name : Download the artifacts
119119 uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
@@ -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
Original file line number Diff line number Diff line change 3333 secret/data/github/repo/${{ github.repository }}/github/app-credentials privateKey | PRIVATE_KEY
3434
3535 # Fetch github token just for the webhook repository
36- - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
36+ - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
3737 id : app-token
3838 with :
3939 app-id : ${{ env.APP_ID }}
4242 webhook
4343
4444 - name : Checkout webhook repository
45- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
45+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4646 with :
4747 ref : " ${{ env.WEBHOOK_REF }}"
4848 path : webhook
5151 persist-credentials : true
5252
5353 - name : Checkout rancher repository
54- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
54+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5555 with :
5656 repository : " ${{ github.event.inputs.rancher_repository }}"
5757 ref : " ${{ env.RANCHER_REF }}"
You can’t perform that action at this time.
0 commit comments