File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155
156156 - name : Upload provenance verification results
157157 if : always()
158- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
158+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
159159 with :
160160 name : provenance-${{ steps.meta.outputs.server_name }}
161161 path : provenance-${{ steps.meta.outputs.server_name }}.txt
@@ -250,7 +250,7 @@ jobs:
250250
251251 - name : Upload scan results
252252 if : always()
253- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
253+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
254254 with :
255255 name : mcp-scan-${{ steps.meta.outputs.server_name }}
256256 path : |
@@ -393,7 +393,7 @@ jobs:
393393 - name : Download MCP security scan results
394394 id : download-scan
395395 if : github.event_name != 'pull_request'
396- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
396+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
397397 with :
398398 name : mcp-scan-${{ steps.meta.outputs.server_name }}
399399 path : /tmp/scan-results
@@ -478,7 +478,7 @@ jobs:
478478 pull-requests : write
479479 steps :
480480 - name : Download all scan results
481- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
481+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
482482 with :
483483 pattern : mcp-scan-*
484484 path : scan-artifacts
You can’t perform that action at this time.
0 commit comments