|
28 | 28 |
|
29 | 29 | steps: |
30 | 30 | - name: Checkout code |
31 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 31 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
32 | 32 | with: |
33 | 33 | ref: ${{ github.ref }} |
34 | 34 |
|
@@ -117,22 +117,22 @@ jobs: |
117 | 117 | - runs-on: ubuntu-24.04-arm # Builds arm64 on arm64 hosts |
118 | 118 | platform: linux/arm64 |
119 | 119 | steps: |
120 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 120 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
121 | 121 |
|
122 | 122 | - name: Set up Docker Buildx |
123 | 123 | uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 |
124 | 124 | with: |
125 | 125 | platforms: linux/amd64,linux/arm64 |
126 | 126 |
|
127 | 127 | - name: Login to GHCR |
128 | | - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 |
| 128 | + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 |
129 | 129 | with: |
130 | 130 | registry: ghcr.io |
131 | 131 | username: ${{ github.actor }} |
132 | 132 | password: ${{ secrets.GITHUB_TOKEN }} |
133 | 133 |
|
134 | 134 | - name: Login to Docker Hub |
135 | | - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 |
| 135 | + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 |
136 | 136 | with: |
137 | 137 | registry: docker.io |
138 | 138 | username: ${{ secrets.REGISTRY_USER }} |
@@ -179,22 +179,22 @@ jobs: |
179 | 179 | - runs-on: ubuntu-24.04-arm # Builds arm64 on arm64 hosts |
180 | 180 | platform: linux/arm64 |
181 | 181 | steps: |
182 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 182 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
183 | 183 |
|
184 | 184 | - name: Set up Docker Buildx |
185 | 185 | uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 |
186 | 186 | with: |
187 | 187 | platforms: linux/amd64,linux/arm64 |
188 | 188 |
|
189 | 189 | - name: Login to GHCR |
190 | | - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 |
| 190 | + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 |
191 | 191 | with: |
192 | 192 | registry: ghcr.io |
193 | 193 | username: ${{ github.actor }} |
194 | 194 | password: ${{ secrets.GITHUB_TOKEN }} |
195 | 195 |
|
196 | 196 | - name: Login to Docker Hub |
197 | | - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 |
| 197 | + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 |
198 | 198 | with: |
199 | 199 | registry: docker.io |
200 | 200 | username: ${{ secrets.REGISTRY_USER }} |
@@ -227,14 +227,14 @@ jobs: |
227 | 227 | needs: [build, build-debug, build-tags] |
228 | 228 | steps: |
229 | 229 | - name: Login to GHCR |
230 | | - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 |
| 230 | + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 |
231 | 231 | with: |
232 | 232 | registry: ghcr.io |
233 | 233 | username: ${{ github.actor }} |
234 | 234 | password: ${{ secrets.GITHUB_TOKEN }} |
235 | 235 |
|
236 | 236 | - name: Login to Docker Hub |
237 | | - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 |
| 237 | + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 |
238 | 238 | with: |
239 | 239 | registry: docker.io |
240 | 240 | username: ${{ secrets.REGISTRY_USER }} |
|
0 commit comments