Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 31, 2024
1 parent 7ac3a01 commit 56f2da2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/secrets-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo {{steps.scan.outputs.found-count}} && \
core.setFailed('Secrets found. Please check the uploaded report')
- name: Upload scan reports
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.2.0
if: failure()
with:
name: whispers-report
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
});
core.setFailed('Semgrep found errors in Dockerfiles or docker-compose files. Please check the uploaded report');
- name: Upload scan reports
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.2.0
if: failure()
with:
name: semgrep-docker-report
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
});
core.setFailed('Semgrep found errors in Python files. Please check the uploaded report');
- name: Upload scan reports
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.2.0
if: failure()
with:
name: semgrep-python-report
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
});
core.setFailed('Semgrep found errors in c files. Please check the uploaded report');
- name: Upload scan reports
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.2.0
if: failure()
with:
name: semgrep-c-report
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
});
core.setFailed('Semgrep found errors in javascript files. Please check the uploaded report');
- name: Upload scan reports
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.2.0
if: failure()
with:
name: semgrep-javascript-report
Expand Down

0 comments on commit 56f2da2

Please sign in to comment.