|
68 | 68 | export_env: false
|
69 | 69 |
|
70 | 70 | - name: Create a GitHub App installation access token
|
71 |
| - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 |
| 71 | + uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0 |
72 | 72 | id: app-token
|
73 | 73 | with:
|
74 | 74 | app-id: ${{ fromJSON(steps.secrets.outputs.secrets || '{}').APP_ID }}
|
@@ -141,7 +141,7 @@ jobs:
|
141 | 141 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
142 | 142 |
|
143 | 143 | - name: Login to GitHub Container Registry
|
144 |
| - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 |
| 144 | + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3 |
145 | 145 | with:
|
146 | 146 | registry: ghcr.io
|
147 | 147 | username: ${{ github.actor }}
|
@@ -178,7 +178,7 @@ jobs:
|
178 | 178 | persist-credentials: false
|
179 | 179 |
|
180 | 180 | - name: Login to GitHub Container Registry
|
181 |
| - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 |
| 181 | + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3 |
182 | 182 | with:
|
183 | 183 | registry: ghcr.io
|
184 | 184 | username: ${{ github.actor }}
|
@@ -262,7 +262,7 @@ jobs:
|
262 | 262 | platform: [linux/arm64, linux/amd64]
|
263 | 263 | steps:
|
264 | 264 | - name: Login to GitHub Container Registry
|
265 |
| - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 |
| 265 | + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3 |
266 | 266 | with:
|
267 | 267 | registry: ghcr.io
|
268 | 268 | username: ${{ github.actor }}
|
|
0 commit comments