File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151
5252 steps :
5353 - name : Checkout target branch
54- uses : actions/checkout@v4
54+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
5555 with :
5656 repository : ${{ inputs.target_repo }}
5757 ref : ${{ inputs.target_branch }}
@@ -100,7 +100,7 @@ jobs:
100100 } >> "${GITHUB_OUTPUT}"
101101
102102 - name : Download NSC payload artifact
103- uses : actions/download-artifact@v4
103+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
104104 with :
105105 run-id : ${{ inputs.run_id }}
106106 name : ${{ inputs.channel }}-payload
@@ -109,7 +109,7 @@ jobs:
109109 repository : ${{ inputs.source_repo }}
110110
111111 - name : Download NSC manifests artifact
112- uses : actions/download-artifact@v4
112+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
113113 with :
114114 run-id : ${{ inputs.run_id }}
115115 name : ${{ inputs.channel }}-manifests
You can’t perform that action at this time.
0 commit comments