Skip to content

[agents] Optimize vector search (#1123) #2950

[agents] Optimize vector search (#1123)

[agents] Optimize vector search (#1123) #2950

Triggered via push July 27, 2026 12:50
Status Success
Total duration 15m 42s
Artifacts

codeql.yml

on: push
.NET build and test  /  run-build
15m 38s
.NET build and test / run-build
CodeQL (C#)  /  run-codeql-csharp
8m 52s
CodeQL (C#) / run-codeql-csharp
CodeQL (JavaScript)  /  run-codeql-javascript
3m 21s
CodeQL (JavaScript) / run-codeql-javascript
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
CodeQL (JavaScript) / run-codeql-javascript
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
CodeQL (C#) / run-codeql-csharp
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
.NET build and test / run-build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637, step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
.NET build and test / run-build: src/Indice.AspNetCore/Extensions/IServiceCollectionExtensions.cs#L277
'ForwardedHeadersOptions.KnownNetworks' is obsolete: 'Please use KnownIPNetworks instead. For more information, visit https://aka.ms/aspnet/deprecate/005.' (https://aka.ms/aspnet/deprecate/005)
.NET build and test / run-build: src/Indice.AspNetCore/Extensions/IServiceCollectionExtensions.cs#L276
'IPNetwork' is obsolete: 'Please use System.Net.IPNetwork instead. For more information, visit https://aka.ms/aspnet/deprecate/005.' (https://aka.ms/aspnet/deprecate/005)
.NET build and test / run-build: src/Indice.AspNetCore/Extensions/IServiceCollectionExtensions.cs#L265
'ForwardedHeadersOptions.KnownNetworks' is obsolete: 'Please use KnownIPNetworks instead. For more information, visit https://aka.ms/aspnet/deprecate/005.' (https://aka.ms/aspnet/deprecate/005)
.NET build and test / run-build: test/Indice.Hosting.Tests/ScheduledTaskStoreInMemoryServiceTests.cs#L53
'TestServer.Host' is obsolete: 'IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
.NET build and test / run-build: test/Indice.Hosting.Tests/ScheduledTaskStoreInMemoryServiceTests.cs#L52
'TestServer.TestServer(IWebHostBuilder)' is obsolete: 'IWebHost, which this method uses, is obsolete. Use one of the ctors that takes an IServiceProvider instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
.NET build and test / run-build: test/Indice.Hosting.Tests/ScheduledTaskStoreInMemoryServiceTests.cs#L19
'WebHostBuilder' is obsolete: 'WebHostBuilder is deprecated in favor of HostBuilder and WebApplicationBuilder. For more information, visit https://aka.ms/aspnet/deprecate/004.' (https://aka.ms/aspnet/deprecate/004)
.NET build and test / run-build: test/Indice.Hosting.Tests/ScheduledTaskStoreInMemoryServiceTests.cs#L14
'WebHostBuilder' is obsolete: 'WebHostBuilder is deprecated in favor of HostBuilder and WebApplicationBuilder. For more information, visit https://aka.ms/aspnet/deprecate/004.' (https://aka.ms/aspnet/deprecate/004)