61
61
retention-days : 5
62
62
63
63
- name : generate build provenance (binaries)
64
- uses : actions/attest-build-provenance@534b352d658f90498fd148d231fdbf88f3886a3a # v1.3.1
64
+ uses : actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
65
65
with :
66
66
subject-path : " ${{ github.workspace }}/dist/*.*"
67
67
@@ -71,13 +71,13 @@ jobs:
71
71
run : .ci/get-docker-provenance.sh
72
72
73
73
- name : generate build provenance (containers x86_64)
74
- uses : actions/attest-build-provenance@534b352d658f90498fd148d231fdbf88f3886a3a # v1.3.1
74
+ uses : actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
75
75
with :
76
76
subject-name : ${{ steps.image.outputs.name_1 }}
77
77
subject-digest : ${{ steps.image.outputs.digest_1 }}
78
78
79
79
- name : generate build provenance (containers arm64)
80
- uses : actions/attest-build-provenance@534b352d658f90498fd148d231fdbf88f3886a3a # v1.3.1
80
+ uses : actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
81
81
with :
82
82
subject-name : ${{ steps.image.outputs.name_2 }}
83
83
subject-digest : ${{ steps.image.outputs.digest_2 }}
89
89
VERSION : ${{ github.ref_name }}
90
90
91
91
- if : ${{ success() }}
92
- uses :
elastic/oblt-actions/slack/[email protected] .2
92
+ uses :
elastic/oblt-actions/slack/[email protected] .3
93
93
with :
94
94
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
95
95
channel-id : " #apm-aws-lambda"
98
98
Build: (<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>)
99
99
100
100
- if : ${{ failure() }}
101
- uses :
elastic/oblt-actions/slack/[email protected] .2
101
+ uses :
elastic/oblt-actions/slack/[email protected] .3
102
102
with :
103
103
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
104
104
channel-id : " #apm-aws-lambda"
0 commit comments