Skip to content

Commit 877118b

Browse files
chore(deps): update github-actions versions: Bump actions/upload-artifact (#79)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 184d73b71b93c222403b2e7f1ffebe4508014249 to 65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@184d73b...65c4c4a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5bb4e7d commit 877118b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run Bandit
2727
run: pip install bandit && bandit --recursive --format html --output bandit-report.html --exit-zero .
2828
- name: Store Bandit as Artifact
29-
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249
29+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
3030
with:
3131
name: bandit-report.html
3232
path: bandit-report.html

.github/workflows/checkov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run Checkov
2727
run: pip install checkov && ( checkov --quiet --output cli --output json --output-file-path console,checkov.json --directory . || echo "checkov non-zero $?" )
2828
- name: Store Checkov as Artifact
29-
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249
29+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
3030
with:
3131
name: checkov.json
3232
path: checkov.json

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run Semgrep CI
2323
run: semgrep scan --verbose --json --output=semgrep.json
2424
- name: Store Semgrep as Artifact
25-
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249
25+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
2626
with:
2727
name: semgrep.json
2828
path: semgrep.json

0 commit comments

Comments
 (0)