From 36b1bcf4ccb8fbfa16318391fbc22a2ac6b17f62 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 11 Nov 2024 19:41:27 +0000 Subject: [PATCH] [Actions] Updated .github/actions/sql/action.yml --- .github/actions/sql/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/sql/action.yml b/.github/actions/sql/action.yml index 90690ad9..72dfc47e 100644 --- a/.github/actions/sql/action.yml +++ b/.github/actions/sql/action.yml @@ -41,7 +41,7 @@ runs: - name: "SQL: Get SQL Compare" shell: bash - run: docker pull redgate/sqlcompare:latest + run: docker pull redgate/sqlcompare:15.3.0 - name: "Build SQL change" shell: bash @@ -49,7 +49,7 @@ runs: docker run \ "-v$GITHUB_WORKSPACE:$GITHUB_WORKSPACE" \ --net=host \ - --rm redgate/sqlcompare:latest \ + --rm redgate/sqlcompare:15.3.0 \ /IAgreeToTheEULA \ /filter:"$DB_FILTER" \ /options:CaseSensitiveObjectDefinition,ConsiderNextFilegroupInPartitionSchemes,DecryptPost2kEncryptedObjects,DoNotOutputCommentHeader,ForceColumnOrder,IgnoreCertificatesAndCryptoKeys,IgnoreDatabaseAndServerName,IgnoreUserProperties,IgnoreUsersPermissionsAndRoleMemberships,IgnoreWhiteSpace,IgnoreWithElementOrder,IncludeDependencies,NoDeploymentLogging,ThrowOnFileParseFailed,UseCompatibilityLevel \