35
35
uses : ./.github/actions/setup-go
36
36
37
37
- name : Set up QEMU
38
- uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3
38
+ uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3
39
39
- name : Set up Docker Buildx
40
- uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
40
+ uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
41
41
42
42
- name : Generate metadata cspo
43
43
id : metacspo
73
73
74
74
# Load Golang cache build from GitHub
75
75
- name : Load cspo Golang cache build from GitHub
76
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
76
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
77
77
id : cache
78
78
with :
79
79
path : /tmp/.cache/cspo
91
91
92
92
# Import GitHub's cache build to docker cache
93
93
- name : Copy cspo Golang cache to docker cache
94
- uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .0
94
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
95
95
with :
96
96
provenance : false
97
97
context : /tmp/.cache/cspo
@@ -101,7 +101,7 @@ jobs:
101
101
target : import-cache
102
102
103
103
- name : Build and push cspo image
104
- uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
104
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
105
105
id : docker_build_release_cspo
106
106
with :
107
107
provenance : false
@@ -145,7 +145,7 @@ jobs:
145
145
146
146
# Upload artifact digests
147
147
- name : Upload artifact digests
148
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
148
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
149
149
with :
150
150
name : image-digest
151
151
path : image-digest
@@ -154,7 +154,7 @@ jobs:
154
154
# Store docker's golang's cache build locally only on the main branch
155
155
- name : Store cspo Golang cache build locally
156
156
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
157
- uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .0
157
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
158
158
with :
159
159
provenance : false
160
160
context : .
0 commit comments