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 \