Skip to content

Commit 3afc089

Browse files
authored
Merge pull request #1421 from IQTLabs/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4.4.3
2 parents 022e510 + 76daf8e commit 3afc089

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/secrets-scan.yml

+1-1
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/[email protected].2
28+
uses: actions/[email protected].3
2929
if: failure()
3030
with:
3131
name: whispers-report

.github/workflows/semgrep.yml

+2-2
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/[email protected].2
54+
uses: actions/[email protected].3
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/[email protected].2
104+
uses: actions/[email protected].3
105105
if: failure()
106106
with:
107107
name: semgrep-python-report

0 commit comments

Comments
 (0)