|
42 | 42 | # Login against a Docker registry |
43 | 43 | # https://github.com/docker/login-action |
44 | 44 | - name: Log into registry ${{ env.REGISTRY }} |
45 | | - uses: docker/login-action@v3.5.0 |
| 45 | + uses: docker/login-action@v3.6.0 |
46 | 46 | with: |
47 | 47 | registry: ${{ env.REGISTRY }} |
48 | 48 | username: ${{ github.actor }} |
@@ -127,15 +127,15 @@ jobs: |
127 | 127 | # Install the cosign tool |
128 | 128 | # https://github.com/sigstore/cosign-installer |
129 | 129 | - name: Install cosign |
130 | | - uses: sigstore/[email protected].0 |
| 130 | + uses: sigstore/[email protected].1 |
131 | 131 |
|
132 | 132 | - name: Setup Docker buildx |
133 | 133 | |
134 | 134 |
|
135 | 135 | # Login against a Docker registry |
136 | 136 | # https://github.com/docker/login-action |
137 | 137 | - name: Log into registry ${{ env.REGISTRY }} |
138 | | - uses: docker/login-action@v3.5.0 |
| 138 | + uses: docker/login-action@v3.6.0 |
139 | 139 | with: |
140 | 140 | registry: ${{ env.REGISTRY }} |
141 | 141 | username: ${{ github.actor }} |
@@ -229,15 +229,15 @@ jobs: |
229 | 229 | # Install the cosign tool |
230 | 230 | # https://github.com/sigstore/cosign-installer |
231 | 231 | - name: Install cosign |
232 | | - uses: sigstore/[email protected].0 |
| 232 | + uses: sigstore/[email protected].1 |
233 | 233 |
|
234 | 234 | - name: Setup Docker buildx |
235 | 235 | |
236 | 236 |
|
237 | 237 | # Login against a Docker registry |
238 | 238 | # https://github.com/docker/login-action |
239 | 239 | - name: Log into registry ${{ env.REGISTRY }} |
240 | | - uses: docker/login-action@v3.5.0 |
| 240 | + uses: docker/login-action@v3.6.0 |
241 | 241 | with: |
242 | 242 | registry: ${{ env.REGISTRY }} |
243 | 243 | username: ${{ github.actor }} |
|
0 commit comments