From 6cbd8ffd61d09bc1c7c9d43a1d9d2cca8c2d305e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 22:31:09 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet digest to 9a946fd Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/code-pull-request.yml | 2 +- .github/workflows/publish-shims.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-pull-request.yml b/.github/workflows/code-pull-request.yml index a3fdcc2e..e54203ce 100644 --- a/.github/workflows/code-pull-request.yml +++ b/.github/workflows/code-pull-request.yml @@ -153,7 +153,7 @@ jobs: # --- NuGet --- - name: Setup .NET if: matrix.shim == 'nuget' - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 + uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5 with: dotnet-version: "8.0.x" - name: Test NuGet shim diff --git a/.github/workflows/publish-shims.yml b/.github/workflows/publish-shims.yml index 304e7cbb..7e832565 100644 --- a/.github/workflows/publish-shims.yml +++ b/.github/workflows/publish-shims.yml @@ -84,7 +84,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: ref: ${{ github.event.release.tag_name || inputs.tag }} - - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 + - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5 with: dotnet-version: "8.0.x" - name: NuGet login (OIDC)