85
85
run : find ${{ env.FILENAME_PREFIX }} -type f -print0 | sort -z | xargs -0 sha256sum | tee ${{ env.FILENAME_PREFIX }}.sha256
86
86
- name : Upload
87
87
if : ${{ needs.versioning.outputs.DRY_RUN == 'false' }}
88
- uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2
88
+ uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2
89
89
with :
90
90
files : |
91
91
${{ env.FILENAME_PREFIX }}.tar.gz
@@ -103,7 +103,7 @@ jobs:
103
103
id-token : write # required for the provenance flag on npm publish
104
104
steps :
105
105
- name : Checkout
106
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
106
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
107
107
108
108
- name : 📥 Download built element-call artifact
109
109
uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
@@ -144,7 +144,7 @@ jobs:
144
144
contents : read
145
145
steps :
146
146
- name : Checkout
147
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
147
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
148
148
149
149
- name : 📥 Download built element-call artifact
150
150
uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
@@ -199,7 +199,7 @@ jobs:
199
199
contents : read
200
200
steps :
201
201
- name : Checkout
202
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
202
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
203
203
with :
204
204
path : element-call
205
205
@@ -212,7 +212,7 @@ jobs:
212
212
path : element-call/embedded/ios/Sources/dist
213
213
214
214
- name : Checkout element-call-swift
215
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
215
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
216
216
with :
217
217
repository : element-hq/element-call-swift
218
218
path : element-call-swift
@@ -264,7 +264,7 @@ jobs:
264
264
echo "iOS: ${{ needs.publish_ios.outputs.ARTIFACT_VERSION }}"
265
265
- name : Add release notes
266
266
if : ${{ needs.versioning.outputs.DRY_RUN == 'false' }}
267
- uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2
267
+ uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2
268
268
with :
269
269
append_body : true
270
270
body : |
0 commit comments