File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,14 +135,14 @@ jobs:
135
135
136
136
- name : (Code Analysis Setup) Download sources for analysis
137
137
if : inputs.sources-upload-name != ''
138
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
138
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
139
139
with :
140
140
name : ${{ inputs.sources-upload-name }}
141
141
path : temp/${{ inputs.analysis-name }}/source/${{ inputs.analysis-name }}
142
142
143
143
- name : (Code Analysis Setup) Download artifacts for analysis
144
144
if : inputs.artifacts-upload-name != ''
145
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
145
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
146
146
with :
147
147
name : ${{ inputs.artifacts-upload-name }}
148
148
path : temp/${{ inputs.analysis-name }}/artifacts
You can’t perform that action at this time.
0 commit comments