From 59861c58e674e004f1663ddb0527f61a6f4e0fc1 Mon Sep 17 00:00:00 2001 From: Reuben Bond Date: Fri, 10 May 2024 15:17:13 -0700 Subject: [PATCH] Update Npgsql (#8994) * Update Npgsql * Integrated security is not supported by PostgreSQL (cherry picked from commit 9179e2841c512e9eff4dba7dca7eb316513d2413) # Conflicts: # Directory.Packages.props --- .github/workflows/ci.yml | 2 +- Directory.Packages.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f8e54da9d..e3f10499a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: run: dotnet test --filter "Category=${{ matrix.provider }}&(Category=BVT|Category=SlowBVT|Category=Functional)" --blame-hang-timeout 10m --logger "trx" -- -parallel none -noshadow env: # [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="False positive")] - ORLEANSPOSTGRESCONNECTIONSTRING: "Server=127.0.0.1;Port=5432;Integrated Security=true;Pooling=false;User Id=postgres;Password=postgres;SSL Mode=Disable" + ORLEANSPOSTGRESCONNECTIONSTRING: "Server=127.0.0.1;Port=5432;Pooling=false;User Id=postgres;Password=postgres;SSL Mode=Disable" - name: Archive Test Results if: always() uses: actions/upload-artifact@v3 diff --git a/Directory.Packages.props b/Directory.Packages.props index b92163a30f..dd600febca 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -84,7 +84,7 @@ - +