From 2cf9ff2ad88e38ddd5015ea903880e1205b34571 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 11:04:38 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact digest to 3e5f45b --- .github/workflows/dispatch-sonar.yml | 2 +- .github/workflows/sonar.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dispatch-sonar.yml b/.github/workflows/dispatch-sonar.yml index f25d1d2..dfd4460 100644 --- a/.github/workflows/dispatch-sonar.yml +++ b/.github/workflows/dispatch-sonar.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download PR context artifact from upstream run - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: pr-context path: pr_context diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index ab76877..366276f 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -73,7 +73,7 @@ jobs: git clean -ffdx && git reset --hard HEAD - name: Download coverage report artifact from upstream run - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: coverage-report github-token: ${{ secrets.GITHUB_TOKEN }} @@ -81,7 +81,7 @@ jobs: path: . - name: Download golangci-lint report artifact from upstream run - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: golangci-lint-report github-token: ${{ secrets.GITHUB_TOKEN }}