File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
echo {{steps.scan.outputs.found-count}} && \
26
26
core.setFailed('Secrets found. Please check the uploaded report')
27
27
- name : Upload scan reports
28
- uses : actions/upload-artifact@v4.4.3
28
+ uses : actions/upload-artifact@v4.5.0
29
29
if : failure()
30
30
with :
31
31
name : whispers-report
Original file line number Diff line number Diff line change 51
51
52
52
core.setFailed('Semgrep found errors in Dockerfiles or docker-compose files. Please check the uploaded report');
53
53
- name : Upload scan reports
54
- uses : actions/upload-artifact@v4.4.3
54
+ uses : actions/upload-artifact@v4.5.0
55
55
if : failure()
56
56
with :
57
57
name : semgrep-docker-report
@@ -101,7 +101,7 @@ jobs:
101
101
102
102
core.setFailed('Semgrep found errors in Python files. Please check the uploaded report');
103
103
- name : Upload scan reports
104
- uses : actions/upload-artifact@v4.4.3
104
+ uses : actions/upload-artifact@v4.5.0
105
105
if : failure()
106
106
with :
107
107
name : semgrep-python-report
You can’t perform that action at this time.
0 commit comments