Skip to content

chore(deps): bump Polly from 7.2.4 to 8.0.0 #3579

chore(deps): bump Polly from 7.2.4 to 8.0.0

chore(deps): bump Polly from 7.2.4 to 8.0.0 #3579

Triggered via pull request October 22, 2023 14:56
Status Failure
Total duration 6m 59s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
Analyze (csharp)
Duplicate 'Content' items were included. The .NET SDK includes 'Content' items from your project directory by default. You can either remove these items from your project file, or set the 'EnableDefaultContentItems' property to 'false' if you want to explicitly include them in your project file. For more information, see https://aka.ms/sdkimplicititems. The duplicate items were: '/home/runner/.nuget/packages/sqlitepclraw.lib.e_sqlite3/2.1.4/buildTransitive/net461/../../runtimes/linux-x64/native/libe_sqlite3.so'
Analyze (csharp)
Duplicate 'Content' items were included. The .NET SDK includes 'Content' items from your project directory by default. You can either remove these items from your project file, or set the 'EnableDefaultContentItems' property to 'false' if you want to explicitly include them in your project file. For more information, see https://aka.ms/sdkimplicititems. The duplicate items were: '/home/runner/.nuget/packages/sqlitepclraw.lib.e_sqlite3/2.1.4/buildTransitive/net461/../../runtimes/linux-x64/native/libe_sqlite3.so'
Analyze (csharp)
We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.15.1/x64/codeql/csharp/tools/autobuild.sh". Exit code was 1 and last log line was: Error: Could not auto-detect a suitable build method. See the logs for more details.
Analyze (csharp): src/Paramore.Brighter/RelationDatabaseOutbox.cs#L13
'IAmABulkOutboxAsync<Message>' is obsolete: 'Deprecated in favour of Bulk, wil be merged into IAmAnOutboxAsync in v10'
Analyze (csharp): src/Paramore.Brighter.ServiceActivator/MessagePump.cs#L161
'MessageHeader.UpdateTelemetryFromHeaders()' is obsolete: 'Looking to remove this in v10 in favour of storing the Cloud Events in their own property in the outbox'
Analyze (csharp): src/Paramore.Brighter.Outbox.PostgreSql/PostgreSqlOutboxSync.cs#L39
'IAmABulkOutboxSync<Message>' is obsolete: 'Deprecated in favour of Bulk, wil be merged into IAmAnOutboxSync in v10'