|
96 | 96 | if: steps.changes.outputs.needs_build == 'true'
|
97 | 97 |
|
98 | 98 | - name: Log in to GitHub Docker Registry
|
99 |
| - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 |
| 99 | + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 |
100 | 100 | if: steps.changes.outputs.needs_build == 'true'
|
101 | 101 | with:
|
102 | 102 | registry: https://ghcr.io
|
@@ -176,7 +176,7 @@ jobs:
|
176 | 176 | fi
|
177 | 177 |
|
178 | 178 | - name: Log in to GitHub Docker Registry
|
179 |
| - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 |
| 179 | + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 |
180 | 180 | with:
|
181 | 181 | registry: https://ghcr.io
|
182 | 182 | username: ${{ github.actor }}}
|
@@ -221,7 +221,7 @@ jobs:
|
221 | 221 | fi
|
222 | 222 |
|
223 | 223 | - name: Log in to GitHub Docker Registry
|
224 |
| - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 |
| 224 | + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 |
225 | 225 | with:
|
226 | 226 | registry: https://ghcr.io
|
227 | 227 | username: ${{ github.actor }}}
|
@@ -299,7 +299,7 @@ jobs:
|
299 | 299 | if: steps.changes.outputs.needs_build == 'true'
|
300 | 300 |
|
301 | 301 | - name: Log in to GitHub Docker Registry
|
302 |
| - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 |
| 302 | + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 |
303 | 303 | if: steps.changes.outputs.needs_build == 'true'
|
304 | 304 | with:
|
305 | 305 | registry: https://ghcr.io
|
|
0 commit comments