{"id":27298542,"url":"https://github.com/rails-sqlserver/setup-mssql","last_synced_at":"2026-02-12T05:34:02.750Z","repository":{"id":254337925,"uuid":"830573344","full_name":"rails-sqlserver/setup-mssql","owner":"rails-sqlserver","description":"GitHub Action to setup Microsoft SQL Server","archived":false,"fork":false,"pushed_at":"2026-01-01T14:22:46.000Z","size":25,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-06T16:22:52.337Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","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/rails-sqlserver.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-18T14:27:27.000Z","updated_at":"2025-09-08T13:11:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"e54c998f-d587-4eb8-9272-d7bb463bc08e","html_url":"https://github.com/rails-sqlserver/setup-mssql","commit_stats":null,"previous_names":["andyundso/setup-mssql","rails-sqlserver/setup-mssql"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/rails-sqlserver/setup-mssql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails-sqlserver%2Fsetup-mssql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails-sqlserver%2Fsetup-mssql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails-sqlserver%2Fsetup-mssql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails-sqlserver%2Fsetup-mssql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails-sqlserver","download_url":"https://codeload.github.com/rails-sqlserver/setup-mssql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails-sqlserver%2Fsetup-mssql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29326135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T02:08:56.257Z","status":"ssl_error","status_checked_at":"2026-02-11T02:08:51.338Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-04-12T00:33:34.021Z","updated_at":"2026-02-12T05:34:02.746Z","avatar_url":"https://github.com/rails-sqlserver.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup MSSQL Action\n\nThis GitHub action automatically installs a SQL server and `sqlcmd` on Windows and Linux.\n\nOn Windows, we install an Express edition of the container. On Linux, a Docker container is started. `sqlcmd` is actually preinstalled on all Windows images as well as Ubuntu 22.04. Essentially, it only has an effect on Ubuntu 24.04.\n\n## Usage\n\n### Inputs\n\n* `components`: Specify the components you want to install. Can be `sqlengine` and `sqlcmd`. The list of components needs be a comma-separated list like `sqlengine,sqlcmd`. [GitHub Actions does not support passing YAML lists to composite actions](https://github.com/actions/runner/issues/2238).\n* `force-encryption`: When you request to install `sqlengine`, you can set this input to `true` in order to encrypt all connections to the SQL server. The action will generate a self-signed certificate for that. Default is `false`.\n* `sa-password`: The sa password for the SQL instances. Default is `bHuZH81%cGC6`.\n* `version`: Version of the SQL server you want to install (2019 or 2022).\n\n### Example\n\n```yaml\nname: Continuous Integration\n\non:\n  pull_request:\n  push:\n  schedule:\n    - cron: \"30 8 * * 1\"\n\njobs:\n  test:\n    name: Tests\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n\n      - name: Setup MSSQL\n        uses: rails-sqlserver/setup-mssql@v1\n        with:\n          components: sqlcmd,sqlengine\n          force-encryption: true\n          sa-password: \"iamastrongpassword1234!\"\n          version: 2022\n```\n\n## License\n\nThe scripts and documentation in this project are released under the MIT License.\n\n## Credits\n\nInspiration for the action came from https://github.com/marketplace/actions/mssql-suite.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frails-sqlserver%2Fsetup-mssql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frails-sqlserver%2Fsetup-mssql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frails-sqlserver%2Fsetup-mssql/lists"}