File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,14 +135,14 @@ jobs:
135135
136136 - name : (Code Analysis Setup) Download sources for analysis
137137 if : inputs.sources-upload-name != ''
138- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
138+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
139139 with :
140140 name : ${{ inputs.sources-upload-name }}
141141 path : temp/${{ inputs.analysis-name }}/source/${{ inputs.analysis-name }}
142142
143143 - name : (Code Analysis Setup) Download artifacts for analysis
144144 if : inputs.artifacts-upload-name != ''
145- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
145+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
146146 with :
147147 name : ${{ inputs.artifacts-upload-name }}
148148 path : temp/${{ inputs.analysis-name }}/artifacts
You can’t perform that action at this time.
0 commit comments