File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
docs-preview :
10
- uses : elastic/docs-builder/.github/workflows/preview-cleanup.yml@995e6f7ad5b0b8fd1f6a0b4a4bbc2987d24fa846 # main
10
+ uses : elastic/docs-builder/.github/workflows/preview-cleanup.yml@f04de82b8cb6f1400a60ff982478d31e4e1b5ae9 # main
11
11
permissions :
12
12
contents : none
13
13
id-token : write
Original file line number Diff line number Diff line change 61
61
retention-days : 5
62
62
63
63
- name : generate build provenance (binaries)
64
- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
64
+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
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@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
74
+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
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@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
80
+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
81
81
with :
82
82
subject-name : ${{ steps.image.outputs.name_2 }}
83
83
subject-digest : ${{ steps.image.outputs.digest_2 }}
You can’t perform that action at this time.
0 commit comments