From 84c491953baa326044c5b7a6467a1dbfdfae508b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:19:59 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 1eb3cb2 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/scan.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4da57402ad3..feb82d209bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -305,7 +305,7 @@ jobs: run: make e2e E2E_TEST_FLAGS="-test.v -test.failfast -fail-fast --kind-logs-location ./logs-kind --test-suite ${{ matrix.test-suite }}" - name: Upload artifacts - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4 if: failure() with: name: e2e-kind-logs-${{ matrix.test-suite }} @@ -382,7 +382,7 @@ jobs: BUILD_ARGS: "--load" - name: Publish Artifacts to GitHub - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4 with: name: output path: _output/** @@ -446,7 +446,7 @@ jobs: language: go - name: Upload Crash - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4 if: failure() && steps.build.outcome == 'success' with: name: artifacts diff --git a/.github/workflows/scan.yaml b/.github/workflows/scan.yaml index c0acecff664..dbdafa34275 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -117,7 +117,7 @@ jobs: output: 'trivy-results.sarif' - name: Upload Artifact - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4 with: name: trivy-${{ env.escaped_filename }}.sarif path: trivy-results.sarif