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 @@ -134,14 +134,14 @@ jobs:
134134
135135 - name : (Code Analysis Setup) Download sources for analysis
136136 if : inputs.sources-upload-name != ''
137- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
137+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
138138 with :
139139 name : ${{ inputs.sources-upload-name }}
140140 path : temp/${{ inputs.analysis-name }}/source/${{ inputs.analysis-name }}
141141
142142 - name : (Code Analysis Setup) Download artifacts for analysis
143143 if : inputs.artifacts-upload-name != ''
144- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
144+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
145145 with :
146146 name : ${{ inputs.artifacts-upload-name }}
147147 path : temp/${{ inputs.analysis-name }}/artifacts
You can’t perform that action at this time.
0 commit comments