From edb598d3ab65c845ba0fcf950e36585523ef9eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 01:02:55 +0000 Subject: [PATCH 1/3] Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.1 to 8.0.0. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/compare/1.1.1...8.0.0) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../Maui.CommunityToolkit.TabView.Compat.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maui.CommunityToolkit.TabView.Compat/Maui.CommunityToolkit.TabView.Compat.csproj b/Maui.CommunityToolkit.TabView.Compat/Maui.CommunityToolkit.TabView.Compat.csproj index de709da..469a8d4 100644 --- a/Maui.CommunityToolkit.TabView.Compat/Maui.CommunityToolkit.TabView.Compat.csproj +++ b/Maui.CommunityToolkit.TabView.Compat/Maui.CommunityToolkit.TabView.Compat.csproj @@ -18,7 +18,7 @@ - + From 0d86ff5b2fe5a884c28983bab6138b2e8cd7aa5a Mon Sep 17 00:00:00 2001 From: Felipe Baltazar Date: Mon, 25 Nov 2024 11:42:32 -0300 Subject: [PATCH 2/3] Update PrCheck.yml --- .github/workflows/PrCheck.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/PrCheck.yml b/.github/workflows/PrCheck.yml index 164c491..c5ebaf2 100644 --- a/.github/workflows/PrCheck.yml +++ b/.github/workflows/PrCheck.yml @@ -48,11 +48,6 @@ jobs: with: fetch-depth: 0 - - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - languages: ${{ matrix.language }} - - name: Setup .NET Core uses: actions/setup-dotnet@v4 with: From 1ea684fb426ed07d4f554e724a47b12a096749d6 Mon Sep 17 00:00:00 2001 From: Felipe Baltazar Date: Mon, 25 Nov 2024 14:04:49 -0300 Subject: [PATCH 3/3] Update PrCheck.yml --- .github/workflows/PrCheck.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/PrCheck.yml b/.github/workflows/PrCheck.yml index 840697e..96041bf 100644 --- a/.github/workflows/PrCheck.yml +++ b/.github/workflows/PrCheck.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: 7.x.x + dotnet-version: 8.x.x - uses: actions/setup-java@v4 with: @@ -51,7 +51,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: 7.x.x + dotnet-version: 8.x.x - uses: actions/setup-java@v4 with: @@ -65,6 +65,3 @@ jobs: - name: Build solution run: dotnet build Maui.CommunityToolkit.TabView.Compat.sln --configuration Release - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3