File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 63
63
echo '{"pr_number": "${{ github.event.pull_request.number }}", "action": "none"}' > api_status.json
64
64
65
65
- name : Upload artifact
66
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
66
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
67
67
with :
68
68
name : api_status
69
69
path : api_status.json
Original file line number Diff line number Diff line change 29
29
- name : Archive built HTMLs
30
30
shell : bash
31
31
run : tar -czf artifact.tar html_build/html
32
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
32
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
33
33
with :
34
34
name : html_doc_artifact
35
35
path : artifact.tar
Original file line number Diff line number Diff line change 31
31
run : tar -czf artifact.tar schema
32
32
33
33
- name : Upload result as artifact
34
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
34
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
35
35
with :
36
36
name : schema_doc_artifact
37
37
path : artifact.tar
Original file line number Diff line number Diff line change 62
62
run : column -s, -t < tmp/results.csv || echo "no file"
63
63
- name : Upload artifact
64
64
if : ${{ !cancelled() }}
65
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
65
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
66
66
with :
67
67
name : wc_results_${{ matrix.group }}
68
68
path : tmp/results.csv
Original file line number Diff line number Diff line change 66
66
mv "report.pdf" "codeql_nncf_report_${DATE}_${REF_NAME//\//-}_${{ github.sha }}.pdf"
67
67
- name : Upload CodeQL Artifacts
68
68
if : ${{ github.event_name != 'pull_request' }}
69
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
69
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
70
70
with :
71
71
name : codeql-scan-results
72
72
path : " ./codeql*.pdf"
@@ -102,7 +102,7 @@ jobs:
102
102
mv "trivy_report.html" "trivy_report_${DATE}_${REF_NAME//\//-}_${{ github.sha }}.html"
103
103
- name : Upload Scan Results
104
104
if : ${{ !cancelled() }}
105
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
105
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
106
106
with :
107
107
name : trivy-report
108
108
path : " ./trivy_report*.html"
You can’t perform that action at this time.
0 commit comments