File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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@a8d616148505b5069dccd32f177bb87d7f39123b # v2
44+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
4545 id : app-token
4646 with :
4747 app-id : ${{ env.APP_ID }}
Original file line number Diff line number Diff line change 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@a8d616148505b5069dccd32f177bb87d7f39123b # v2
47+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
4848 id : app-token
4949 with :
5050 app-id : ${{ env.APP_ID }}
Original file line number Diff line number Diff line change @@ -137,15 +137,15 @@ 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
144144 # https://github.com/docker/setup-buildx-action/releases/tag/v3.4.0
145145
146146 - name : Log in to the Container registry
147147 # https://github.com/docker/login-action/releases/tag/v3.2.0
148- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
148+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
149149 with :
150150 registry : ${{ env.REGISTRY }}
151151 username : ${{ env.DOCKER_USERNAME }}
@@ -202,7 +202,7 @@ jobs:
202202 secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD
203203
204204 - name : Log in to the Container registry
205- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
205+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
206206 # https://github.com/docker/login-action/releases/tag/v3.2.0
207207 with :
208208 registry : ${{ env.REGISTRY }}
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@a8d616148505b5069dccd32f177bb87d7f39123b # v2
36+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
3737 id : app-token
3838 with :
3939 app-id : ${{ env.APP_ID }}
You can’t perform that action at this time.
0 commit comments