Skip to content

Merge pull request #249 from dmitrii-kiselev/feature/date-time-only-f… #46

Merge pull request #249 from dmitrii-kiselev/feature/date-time-only-f…

Merge pull request #249 from dmitrii-kiselev/feature/date-time-only-f… #46

Triggered via push September 27, 2024 15:57
Status Success
Total duration 8m 10s
Artifacts

codeql.yml

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

Annotations

12 warnings
Analyze (csharp)
The following actions use a deprecated Node.js version and will be forced to run on node20: github/codeql-action/init@v2, actions/setup-dotnet@v3, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Analyze (csharp): src/Tests/Issues/Issue192/Program.cs#L19
'IQueryableBatchExtensions.BatchDelete(IQueryable)' is obsolete: 'As of EF 7 there are native method ExcuteDelete.'
Analyze (csharp): src/Tests/Issues/Issue192/Program.cs#L21
'IQueryableBatchExtensions.BatchUpdate<T>(IQueryable<T>, Expression<Func<T, T>>, Type?)' is obsolete: 'As of EF 7 there are native method ExcuteUpdate.'
Analyze (csharp): src/Tests/EFCoreSecondLevelCacheInterceptor.PerformanceTests/Program.cs#L22
'ConfigExtensions.With(IConfig, params IAnalyser[])' is obsolete: 'This method will soon be removed, please start using .AddAnalyser() instead.'
Analyze (csharp): src/Tests/EFCoreSecondLevelCacheInterceptor.PerformanceTests/Program.cs#L22
'ConfigExtensions.With(IConfig, params IExporter[])' is obsolete: 'This method will soon be removed, please start using .AddExporter() instead.'
Analyze (csharp): src/Tests/EFCoreSecondLevelCacheInterceptor.PerformanceTests/Program.cs#L22
'ConfigExtensions.With(IConfig, params IDiagnoser[])' is obsolete: 'This method will soon be removed, please start using .AddDiagnoser() instead.'
Analyze (csharp): src/Tests/EFCoreSecondLevelCacheInterceptor.PerformanceTests/Program.cs#L22
'ConfigExtensions.With(IConfig, params IColumn[])' is obsolete: 'This method will soon be removed, please start using .AddColumn() instead.'
Analyze (csharp): src/Tests/EFCoreSecondLevelCacheInterceptor.PerformanceTests/Program.cs#L22
'ConfigExtensions.With(IConfig, params IColumn[])' is obsolete: 'This method will soon be removed, please start using .AddColumn() instead.'
Analyze (csharp): src/Tests/EFCoreSecondLevelCacheInterceptor.PerformanceTests/Program.cs#L22
'ConfigExtensions.With(IConfig, params IColumn[])' is obsolete: 'This method will soon be removed, please start using .AddColumn() instead.'
Analyze (csharp): src/Tests/EFCoreSecondLevelCacheInterceptor.PerformanceTests/Program.cs#L22
'ConfigExtensions.With(IConfig, params IColumn[])' is obsolete: 'This method will soon be removed, please start using .AddColumn() instead.'
Analyze (csharp): src/Tests/EFCoreSecondLevelCacheInterceptor.PerformanceTests/Program.cs#L22
'ConfigExtensions.With(IConfig, params IColumn[])' is obsolete: 'This method will soon be removed, please start using .AddColumn() instead.'
Analyze (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/