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

Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 #1

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading