From d8d108c782458181d0f0e0fe2d9b560fdc0bce42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:38:02 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet digest to c2fa09f --- .github/workflows/codeql.yml | 2 +- .github/workflows/dotnet-format.yml | 2 +- .github/workflows/dotnet-test.yml | 2 +- .github/workflows/pr-actions.yml | 2 +- .github/workflows/publish-release.yml | 2 +- .github/workflows/test-and-analyze-fork.yml | 2 +- .github/workflows/test-and-analyze.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index cc6cda5f8..d94978110 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,7 +33,7 @@ jobs: # We can remove if using an officially supported .NET version. # See https://github.com/github/codeql-action/issues/757#issuecomment-977546999 - name: Setup .NET - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 with: dotnet-version: | 8.0.x diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index 7595d7e19..4d1309ffe 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Setup .NET - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 with: dotnet-version: 8.0.x - name: Install csharpier diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index 53d1a404f..a04c2199b 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -25,7 +25,7 @@ jobs: if: matrix.os == 'windows-latest' run: git config --system core.longpaths true - name: Setup .NET - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 with: dotnet-version: | 8.0.x diff --git a/.github/workflows/pr-actions.yml b/.github/workflows/pr-actions.yml index 604733b24..15943c29e 100644 --- a/.github/workflows/pr-actions.yml +++ b/.github/workflows/pr-actions.yml @@ -26,7 +26,7 @@ jobs: fi - name: Setup .NET - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 with: dotnet-version: | 8.0.x diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 5e6083eb4..f160904d4 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Install dotnet8 - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 with: dotnet-version: | 8.0.x diff --git a/.github/workflows/test-and-analyze-fork.yml b/.github/workflows/test-and-analyze-fork.yml index eff60b4ef..d10b1c147 100644 --- a/.github/workflows/test-and-analyze-fork.yml +++ b/.github/workflows/test-and-analyze-fork.yml @@ -11,7 +11,7 @@ jobs: run: git config --system core.longpaths true - name: Setup .NET - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 with: dotnet-version: | 8.0.x diff --git a/.github/workflows/test-and-analyze.yml b/.github/workflows/test-and-analyze.yml index ff679a8fa..2eccefdef 100644 --- a/.github/workflows/test-and-analyze.yml +++ b/.github/workflows/test-and-analyze.yml @@ -15,7 +15,7 @@ jobs: - name: Enable long paths for git on Windows run: git config --system core.longpaths true - name: Setup .NET - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 with: dotnet-version: | 8.0.x