-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/upload-artifact action to v4.4.1
- Loading branch information
1 parent
65adce9
commit 61005cd
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].0 | ||
uses: actions/[email protected].1 | ||
if: failure() | ||
with: | ||
name: whispers-report | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
}); | ||
core.setFailed('Semgrep found errors in Python files. Please check the uploaded report'); | ||
- name: Upload scan reports | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
if: failure() | ||
with: | ||
name: semgrep-python-report | ||
|
@@ -95,7 +95,7 @@ jobs: | |
}); | ||
core.setFailed('Semgrep found errors in c files. Please check the uploaded report'); | ||
- name: Upload scan reports | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
if: failure() | ||
with: | ||
name: semgrep-c-report | ||
|
@@ -141,7 +141,7 @@ jobs: | |
}); | ||
core.setFailed('Semgrep found errors in bash files. Please check the uploaded report'); | ||
- name: Upload scan reports | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
if: failure() | ||
with: | ||
name: semgrep-bash-report | ||
|