From 875b48898677b110d006b6fdb7fe3595b208f546 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 8 Oct 2024 18:40:45 +0000 Subject: [PATCH] Update actions/upload-artifact digest to 8448086 --- .github/workflows/ci.yml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90e2840..17126e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: run: docker compose -f docker-compose-integration.yml logs feeds > feeds-log.txt working-directory: ./integration/ if: ${{ always() }} - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 + - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 with: name: package-feeds log path: ./integration/feeds-log.txt diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 11fe987..5feb358 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -43,7 +43,7 @@ jobs: # Upload the results as artifacts (optional). - name: "Upload artifact" - uses: actions/upload-artifact@552bf3722c16e81001aea7db72d8cedf64eb5f68 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 with: name: SARIF file path: results.sarif