From 9e947176dc530d788b51ea3b98417a35951e6c3c Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 11 Nov 2024 19:20:55 +0000 Subject: [PATCH] [Actions] Updated .github/actions/database-deploy/action.yml --- .github/actions/database-deploy/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/database-deploy/action.yml b/.github/actions/database-deploy/action.yml index 70b9d53e..326bf79b 100644 --- a/.github/actions/database-deploy/action.yml +++ b/.github/actions/database-deploy/action.yml @@ -27,7 +27,7 @@ runs: - name: "Get SQL Compare" shell: bash - run: docker pull redgate/sqlcompare:latest + run: docker pull redgate/sqlcompare:15.3.0 - name: "Build SQL Diff change" @@ -36,7 +36,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 \