Skip to content

Commit e15f77e

Browse files
Update actions/upload-artifact action to v4.5.0
1 parent f72413d commit e15f77e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/secrets-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo {{steps.scan.outputs.found-count}} && \
2626
core.setFailed('Secrets found. Please check the uploaded report')
2727
- name: Upload scan reports
28-
uses: actions/upload-artifact@v4.4.3
28+
uses: actions/upload-artifact@v4.5.0
2929
if: failure()
3030
with:
3131
name: whispers-report

.github/workflows/semgrep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
core.setFailed('Semgrep found errors in Dockerfiles or docker-compose files. Please check the uploaded report');
5353
- name: Upload scan reports
54-
uses: actions/upload-artifact@v4.4.3
54+
uses: actions/upload-artifact@v4.5.0
5555
if: failure()
5656
with:
5757
name: semgrep-docker-report
@@ -101,7 +101,7 @@ jobs:
101101
102102
core.setFailed('Semgrep found errors in Python files. Please check the uploaded report');
103103
- name: Upload scan reports
104-
uses: actions/upload-artifact@v4.4.3
104+
uses: actions/upload-artifact@v4.5.0
105105
if: failure()
106106
with:
107107
name: semgrep-python-report

0 commit comments

Comments
 (0)