Skip to content

Commit

Permalink
Merge pull request #5 from aws-samples/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-184d73b71b93c222403b2e7f1ffebe4508014249

chore(deps): update github-actions versions: Bump actions/upload-artifact from 18bf333cd2249fbbbdb605fd9d9ed57efd7adf34 to 184d73b71b93c222403b2e7f1ffebe4508014249
  • Loading branch information
scottschreckengaust authored Nov 14, 2024
2 parents 4767de3 + b04911d commit b84ca94
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 b84ca94

Please sign in to comment.