{"id":28391483,"url":"https://github.com/tediousjs/setup-sqlserver","last_synced_at":"2025-06-25T21:30:56.609Z","repository":{"id":192458424,"uuid":"686760037","full_name":"tediousjs/setup-sqlserver","owner":"tediousjs","description":"GitHub Action to setup SQL Server","archived":false,"fork":false,"pushed_at":"2025-06-25T07:17:51.000Z","size":1648,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-25T08:24:45.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tediousjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-03T21:07:11.000Z","updated_at":"2025-06-25T07:17:54.000Z","dependencies_parsed_at":"2024-11-11T20:17:44.538Z","dependency_job_id":"21abcfae-43d6-4041-828e-c4c0dcd24cbf","html_url":"https://github.com/tediousjs/setup-sqlserver","commit_stats":null,"previous_names":["tediousjs/setup-sqlserver"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/tediousjs/setup-sqlserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tediousjs%2Fsetup-sqlserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tediousjs%2Fsetup-sqlserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tediousjs%2Fsetup-sqlserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tediousjs%2Fsetup-sqlserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tediousjs","download_url":"https://codeload.github.com/tediousjs/setup-sqlserver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tediousjs%2Fsetup-sqlserver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261955813,"owners_count":23235954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-31T09:39:11.761Z","updated_at":"2025-06-25T21:30:56.603Z","avatar_url":"https://github.com/tediousjs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup SQL Server Action\n\nThis action installs a version of SQL Server on Windows based GitHub Action Runners.\n\n## Usage\n\nSee [action.yml](./action.yml):\n\u003c!-- start usage --\u003e\n```yaml\n- uses: tediousjs/setup-sqlserver@v2\n  with:\n    # Skip OS checks that will stop installation attempts preemptively.\n    # Default: false\n    skip-os-check: false\n\n    # Version to use. Examples: 2008, 2012, 2014, etc. \"latest\" can also be used.\n    # Default: latest\n    sqlserver-version: 'latest'\n\n    # Version of native client to install. Only 11 is supported.\n    native-client-version: ''\n\n    # Version of ODBC to install. Supported versions: 17, 18.\n    odbc-version: ''\n\n    # The SA user password to use.\n    # Default: yourStrong(!)Password\n    sa-password: 'yourStrong(!)Password'\n\n    # The database collation to use.\n    # Default: SQL_Latin1_General_CP1_CI_AS\n    db-collation: 'SQL_Latin1_General_CP1_CI_AS'\n\n    # Any custom install arguments you wish to use. These must be in the format of\n    # \"/ARG=VAL\".\n    install-arguments: ''\n\n    # Wait for the database to respond successfully to queries before completing the\n    # action. A maximum of 10 attempts is made.\n    # Default: true\n    wait-for-ready: true\n\n    # Attempt to install latest cumulative updates during the installation process\n    # (not available for all versions).\n    # Default: false\n    install-updates: false\n```\n\u003c!-- end usage --\u003e\n\n### Basic usage\n\n```yml\n- name: Install SQL Server\n  uses: ./\n  with:\n    sqlserver-version: sql-latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftediousjs%2Fsetup-sqlserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftediousjs%2Fsetup-sqlserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftediousjs%2Fsetup-sqlserver/lists"}