Skip to content

Commit

Permalink
chore(deps): update github-actions versions: Bump actions/upload-arti…
Browse files Browse the repository at this point in the history
…fact

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 18bf333cd2249fbbbdb605fd9d9ed57efd7adf34 to 184d73b71b93c222403b2e7f1ffebe4508014249.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@18bf333...184d73b)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 4767de3 commit b04911d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run Bandit
run: pip install bandit && bandit --recursive --format html --output bandit-report.html --exit-zero .
- name: Store Bandit as Artifact
uses: actions/upload-artifact@18bf333cd2249fbbbdb605fd9d9ed57efd7adf34
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249
with:
name: bandit-report.html
path: bandit-report.html
2 changes: 1 addition & 1 deletion .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run Checkov
run: pip install checkov && ( checkov --quiet --output cli --output json --output-file-path console,checkov.json --directory . || echo "checkov non-zero $?" )
- name: Store Checkov as Artifact
uses: actions/upload-artifact@18bf333cd2249fbbbdb605fd9d9ed57efd7adf34
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249
with:
name: checkov.json
path: checkov.json
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run Semgrep CI
run: semgrep scan --verbose --json --output=semgrep.json
- name: Store Semgrep as Artifact
uses: actions/upload-artifact@18bf333cd2249fbbbdb605fd9d9ed57efd7adf34
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249
with:
name: semgrep.json
path: semgrep.json
Expand Down

0 comments on commit b04911d

Please sign in to comment.