File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
run : npm run build
54
54
55
55
- name : Upload Karma Results
56
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
56
+ uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
57
57
with :
58
58
name : ui-toolkit-angular-unit
59
59
path : ' **/ui-toolkit-angular.xml'
Original file line number Diff line number Diff line change 94
94
DATE=$(date +"%Y-%m-%d")
95
95
mv "report.pdf" "ui-toolkit-angular-security-report-$DATE.pdf"
96
96
- name : GitHub Upload Release Artifacts
97
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
97
+ uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
98
98
continue-on-error : true
99
99
with :
100
100
name : report
Original file line number Diff line number Diff line change 64
64
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
65
65
# format to the repository Actions tab.
66
66
- name : " Upload artifact"
67
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v3.1.0
67
+ uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v3.1.0
68
68
with :
69
69
name : SARIF file
70
70
path : results.sarif
You can’t perform that action at this time.
0 commit comments