From 056b9ac580101689e766bc6521920a78b6f94817 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:13:00 +0000 Subject: [PATCH] chore(deps-dev): update actions/upload-artifact action to v4.4.1 --- .github/workflows/pr-build.yaml | 2 +- .github/workflows/report-on-vulnerabilities.yaml | 2 +- .github/workflows/scorecard.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index 812ea31b..35f93e71 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -125,7 +125,7 @@ jobs: run: | docker save --output webhook-controller-container.tar webhook-controller:latest - name: Upload image - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: webhook-controller-container path: webhook-controller-container.tar diff --git a/.github/workflows/report-on-vulnerabilities.yaml b/.github/workflows/report-on-vulnerabilities.yaml index 067c14ac..014df259 100644 --- a/.github/workflows/report-on-vulnerabilities.yaml +++ b/.github/workflows/report-on-vulnerabilities.yaml @@ -43,7 +43,7 @@ jobs: fi - name: Upload vulnerability scan report - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 if: steps.parse-results.outputs.results == 'found' with: name: scan.json diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 3f401b70..f125b2e1 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -33,7 +33,7 @@ jobs: publish_results: true - name: "Upload artifact" - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: SARIF file path: results.sarif