diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c50550bb..763bd9ea 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -81,7 +81,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -106,6 +106,6 @@ jobs: dotnet build --configuration Github -p:GeneratePackageOnBuild=false - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{matrix.language}}" diff --git a/AntPlus.Extensions.Hosting/Hosting.csproj b/AntPlus.Extensions.Hosting/Hosting.csproj index 5dfc02ba..8ecec27c 100644 --- a/AntPlus.Extensions.Hosting/Hosting.csproj +++ b/AntPlus.Extensions.Hosting/Hosting.csproj @@ -41,9 +41,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/AntPlus/AntPlus.csproj b/AntPlus/AntPlus.csproj index e5acce82..8c61394b 100644 --- a/AntPlus/AntPlus.csproj +++ b/AntPlus/AntPlus.csproj @@ -95,9 +95,9 @@ - - - + + + @@ -105,7 +105,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/AntRadioInterface/AntRadioInterface.csproj b/AntRadioInterface/AntRadioInterface.csproj index d65753b2..f8ee74b5 100644 --- a/AntRadioInterface/AntRadioInterface.csproj +++ b/AntRadioInterface/AntRadioInterface.csproj @@ -56,7 +56,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Examples/AntMulticastServer/AntMulticastServer.csproj b/Examples/AntMulticastServer/AntMulticastServer.csproj index 00130ed3..cbb1a33c 100644 --- a/Examples/AntMulticastServer/AntMulticastServer.csproj +++ b/Examples/AntMulticastServer/AntMulticastServer.csproj @@ -18,7 +18,7 @@ - + diff --git a/Examples/AntUsbStick/AntUsbStick.csproj b/Examples/AntUsbStick/AntUsbStick.csproj index d4d10b45..1e0dfb31 100644 --- a/Examples/AntUsbStick/AntUsbStick.csproj +++ b/Examples/AntUsbStick/AntUsbStick.csproj @@ -40,8 +40,8 @@ true - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Examples/MAUI-gRPC/AntGrpcService/AntGrpcService.csproj b/Examples/MAUI-gRPC/AntGrpcService/AntGrpcService.csproj index f51eddcb..8822554a 100644 --- a/Examples/MAUI-gRPC/AntGrpcService/AntGrpcService.csproj +++ b/Examples/MAUI-gRPC/AntGrpcService/AntGrpcService.csproj @@ -20,8 +20,8 @@ - - + + diff --git a/Examples/MAUI-gRPC/AntGrpcShared/AntGrpcShared.csproj b/Examples/MAUI-gRPC/AntGrpcShared/AntGrpcShared.csproj index 9f1f31b1..e1440830 100644 --- a/Examples/MAUI-gRPC/AntGrpcShared/AntGrpcShared.csproj +++ b/Examples/MAUI-gRPC/AntGrpcShared/AntGrpcShared.csproj @@ -27,11 +27,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Examples/MAUI-gRPC/MauiAntGrpcClient/MauiAntGrpcClient.csproj b/Examples/MAUI-gRPC/MauiAntGrpcClient/MauiAntGrpcClient.csproj index 6d57ce71..b2cd4308 100644 --- a/Examples/MAUI-gRPC/MauiAntGrpcClient/MauiAntGrpcClient.csproj +++ b/Examples/MAUI-gRPC/MauiAntGrpcClient/MauiAntGrpcClient.csproj @@ -94,13 +94,13 @@ - - - - - + + + + + - +