Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from felipebaltazar/dependabot/nuget/Microsoft.…
Browse files Browse the repository at this point in the history
…SourceLink.GitHub-8.0.0

Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0
  • Loading branch information
felipebaltazar authored Nov 25, 2024
2 parents 384e285 + 1ea684f commit af64c40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/PrCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -48,15 +48,10 @@ 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:
dotnet-version: 7.x.x
dotnet-version: 8.x.x

- uses: actions/setup-java@v4
with:
Expand All @@ -70,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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
<PackageReference Update="Nerdbank.GitVersioning" Version="3.6.133" />
</ItemGroup>

Expand Down

0 comments on commit af64c40

Please sign in to comment.