Skip to content

Bump Microsoft.Data.SqlClient from 6.1.4 to 7.0.1 #23

Bump Microsoft.Data.SqlClient from 6.1.4 to 7.0.1

Bump Microsoft.Data.SqlClient from 6.1.4 to 7.0.1 #23

Status Success
Total duration 3m 7s
Artifacts

codeql-analysis.yml

on: pull_request
CodeQL Analysis
3m 3s
CodeQL Analysis
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
CodeQL Analysis
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
CodeQL Analysis: tests/Dapper.Specifications.IntegrationTests/Fixtures/PgSqlDatabaseFixture.cs#L9
'ContainerBuilder.ContainerBuilder()' is obsolete: 'This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.'
CodeQL Analysis: tests/Dapper.Specifications.IntegrationTests/Fixtures/MySqlDatabaseFixture.cs#L9
'ContainerBuilder.ContainerBuilder()' is obsolete: 'This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.'
CodeQL Analysis: tests/Dapper.Specifications.IntegrationTests/Fixtures/SqlServerDatabaseFixture.cs#L9
'ContainerBuilder.ContainerBuilder()' is obsolete: 'This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.'
CodeQL Analysis: tests/Dapper.Specifications.IntegrationTests/PgSqlSpecificationTests.cs#L187
Possible null reference argument for parameter 'product' in 'void ProductCollection.AddProduct(Product product)'.
CodeQL Analysis: tests/Dapper.Specifications.IntegrationTests/SpecificationIntegrationTestBase.cs#L11
Non-nullable field 'Connection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
CodeQL Analysis: tests/Dapper.Specifications.IntegrationTests/Fixtures/PgSqlDatabaseFixture.cs#L9
'ContainerBuilder.ContainerBuilder()' is obsolete: 'This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.'
CodeQL Analysis: tests/Dapper.Specifications.IntegrationTests/Fixtures/MySqlDatabaseFixture.cs#L9
'ContainerBuilder.ContainerBuilder()' is obsolete: 'This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.'
CodeQL Analysis: tests/Dapper.Specifications.IntegrationTests/Fixtures/SqlServerDatabaseFixture.cs#L9
'ContainerBuilder.ContainerBuilder()' is obsolete: 'This parameterless constructor is obsolete and will be removed. Use the constructor with the image parameter instead: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470#discussioncomment-15185721.'
CodeQL Analysis
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. To opt out of this change, set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`.
CodeQL Analysis
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.