|
33 | 33 | fetch-depth: 0 |
34 | 34 | - uses: ./.github/actions/setup-go |
35 | 35 | - name: Set up QEMU |
36 | | - uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3 |
| 36 | + uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3 |
37 | 37 | - name: Set up Docker Buildx |
38 | | - uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3 |
| 38 | + uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3 |
39 | 39 |
|
40 | 40 | - name: Generate metadata cso |
41 | 41 | id: metacso |
|
54 | 54 | password: ${{ secrets.GITHUB_TOKEN }} |
55 | 55 |
|
56 | 56 | - name: Install Cosign |
57 | | - uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0 |
| 57 | + uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1 |
58 | 58 |
|
59 | 59 | - name: Setup Env |
60 | 60 | run: | |
|
83 | 83 |
|
84 | 84 | # Import GitHub's cache build to docker cache |
85 | 85 | - name: Copy cso Golang cache to docker cache |
86 | | - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 |
| 86 | + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 |
87 | 87 | with: |
88 | 88 | provenance: false |
89 | 89 | context: /tmp/.cache/cso |
|
93 | 93 | target: import-cache |
94 | 94 |
|
95 | 95 | - name: Build and push cso image |
96 | | - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 |
| 96 | + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6 |
97 | 97 | id: docker_build_release_cso |
98 | 98 | with: |
99 | 99 | provenance: false |
@@ -129,7 +129,7 @@ jobs: |
129 | 129 | # Store docker's golang's cache build locally only on the main branch |
130 | 130 | - name: Store cso Golang cache build locally |
131 | 131 | if: ${{ steps.cache.outputs.cache-hit != 'true' }} |
132 | | - uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 |
| 132 | + uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0 |
133 | 133 | with: |
134 | 134 | provenance: false |
135 | 135 | context: . |
|
0 commit comments