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:
134
134
135
135
- name : (Code Analysis Setup) Download sources for analysis
136
136
if : inputs.sources-upload-name != ''
137
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
137
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
138
138
with :
139
139
name : ${{ inputs.sources-upload-name }}
140
140
path : temp/${{ inputs.analysis-name }}/source/${{ inputs.analysis-name }}
141
141
142
142
- name : (Code Analysis Setup) Download artifacts for analysis
143
143
if : inputs.artifacts-upload-name != ''
144
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
144
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
145
145
with :
146
146
name : ${{ inputs.artifacts-upload-name }}
147
147
path : temp/${{ inputs.analysis-name }}/artifacts
You can’t perform that action at this time.
0 commit comments