From fe5c8ac2ef5d9f723835307aad00d3cc90684bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 16:02:57 +0000 Subject: [PATCH] ci(deps): bump actions/setup-dotnet from 4.1.0 to 5.0.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.1.0 to 5.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/3e891b0cb619bf60e2c25674b222b8940e2c1c25...2016bd2012dba4e32de620c46fe006a3ac9f0602) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/actions.yaml | 4 ++-- .github/workflows/codeql-analysis.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 3b55168..2c6356b 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -37,7 +37,7 @@ jobs: echo "Sha: ${{ steps.jjversion.outputs.sha }}" echo "ShortSha: ${{ steps.jjversion.outputs.shortSha }}" - name: Setup .NET - uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 + uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: 8.0.403 - name: Restore dependencies @@ -82,7 +82,7 @@ jobs: echo "Sha: ${{ steps.jjversion.outputs.sha }}" echo "ShortSha: ${{ steps.jjversion.outputs.shortSha }}" - name: Setup .NET - uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 + uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: 8.0.403 - name: Install dotnet maui workload diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 6e1468e..e9add86 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -58,7 +58,7 @@ jobs: # queries: security-extended,security-and-quality - name: Setup .NET - uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 + uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: 8.0.403 - name: Restore web dependencies @@ -105,7 +105,7 @@ jobs: # queries: security-extended,security-and-quality - name: Setup .NET - uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 + uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: 8.0.403 - name: Install dotnet maui workload