File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 60
60
github-token : ${{ steps.get_token.outputs.token }}
61
61
cluster-name : ${{ env.SERVERLESS_PROJECT }}
62
62
63
- - uses : google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2.2.2
63
+ - uses : google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
64
64
with :
65
65
export_to_environment : true
66
66
secrets : |-
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
33
33
name : Release
34
34
35
35
- name : Generate build provenance (Distribution)
36
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
36
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
37
37
with :
38
38
subject-path : " ${{ github.workspace }}/${{ env.RELEASE_DISTRO }}"
39
39
40
40
- name : Generate build provenance (Packages)
41
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
41
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
42
42
with :
43
43
subject-path : " ${{ github.workspace }}/${{ env.RELEASE_PACKAGES }}"
44
44
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ jobs:
41
41
run : ls -al ${{ env.RELEASE_DISTRO }}
42
42
43
43
- name : Generate build provenance (Distribution)
44
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
44
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
45
45
with :
46
46
subject-path : " ${{ github.workspace }}/${{ env.RELEASE_DISTRO }}"
47
47
48
48
- name : Generate build provenance (Packages)
49
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
49
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
50
50
with :
51
51
subject-path : " ${{ github.workspace }}/${{ env.RELEASE_PACKAGES }}"
52
52
80
80
- name : Build and Push Profiler Docker Image
81
81
id : docker-push
82
82
continue-on-error : true # continue for now until we see it working in action
83
- uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .0
83
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
84
84
with :
85
85
cache-from : type=gha
86
86
cache-to : type=gha,mode=max
91
91
labels : ${{ steps.docker-meta.outputs.labels }}
92
92
93
93
- name : Attest image
94
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
94
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
95
95
continue-on-error : true # continue for now until we see it working in action
96
96
with :
97
97
subject-name : ${{ env.DOCKER_IMAGE_NAME }}
You can’t perform that action at this time.
0 commit comments