Unverified Commit 3e693970 authored by oliver könig's avatar oliver könig Committed by GitHub
Browse files

ci: Use whitelisted sha for `get-release` (#2531)


Signed-off-by: default avataroliver könig <okoenig@nvidia.com>
parent 14ddb430
...@@ -96,7 +96,7 @@ jobs: ...@@ -96,7 +96,7 @@ jobs:
- name: Get Release with tag - name: Get Release with tag
id: get_current_release id: get_current_release
uses: joutvhu/get-release@v1 uses: joutvhu/get-release@9a8271732adc3299a22f8ad09b0a67eb3aa836ac
if: ${{ github.event_name == 'workflow_dispatch' }} if: ${{ github.event_name == 'workflow_dispatch' }}
with: with:
tag_name: ${{ inputs.release-version }} tag_name: ${{ inputs.release-version }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment