Skip to content

Commit 3e69397

Browse files
authored
ci: Use whitelisted sha for get-release (#2531)
Signed-off-by: oliver könig <[email protected]>
1 parent 14ddb43 commit 3e69397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/attach-wheels-to-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
- name: Get Release with tag
9898
id: get_current_release
99-
uses: joutvhu/get-release@v1
99+
uses: joutvhu/get-release@9a8271732adc3299a22f8ad09b0a67eb3aa836ac
100100
if: ${{ github.event_name == 'workflow_dispatch' }}
101101
with:
102102
tag_name: ${{ inputs.release-version }}

0 commit comments

Comments
 (0)