From d441ec4700ac2ce326b6020e4a998d43aabe965a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 02:00:19 +0000 Subject: [PATCH] chore(deps): update github-actions versions: Bump actions/upload-artifact Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08...ea165f8d65b6e75b540449e92b4886f43607fa02) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/bandit.yml | 2 +- .github/workflows/checkov.yml | 2 +- .github/workflows/semgrep.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index 028d1ea..37ac27d 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -26,7 +26,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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: bandit-report.html path: bandit-report.html \ No newline at end of file diff --git a/.github/workflows/checkov.yml b/.github/workflows/checkov.yml index 0e4fa3c..f9cf2e3 100644 --- a/.github/workflows/checkov.yml +++ b/.github/workflows/checkov.yml @@ -26,7 +26,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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: checkov.json path: checkov.json diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 9a5feed..76271fa 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: semgrep.json path: semgrep.json