{"id":26070471,"url":"https://github.com/iamazeem/setup-oracle-instant-client-action","last_synced_at":"2025-04-11T19:40:47.944Z","repository":{"id":278800930,"uuid":"859822048","full_name":"iamazeem/setup-oracle-instant-client-action","owner":"iamazeem","description":"GitHub Action to set up Oracle Instant Client (Linux, macOS, Windows)","archived":false,"fork":false,"pushed_at":"2025-03-07T17:54:18.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T15:34:24.190Z","etag":null,"topics":["github-action","github-composite-action","oracle-instant-client","oracle-instantclient"],"latest_commit_sha":null,"homepage":"https://github.com/iamazeem/setup-oracle-instant-client-action","language":"Shell","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/iamazeem.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}},"created_at":"2024-09-19T10:40:11.000Z","updated_at":"2025-03-07T17:54:22.000Z","dependencies_parsed_at":"2025-02-21T19:38:12.866Z","dependency_job_id":"1320fb0e-1557-4395-90f0-8aae1346cf59","html_url":"https://github.com/iamazeem/setup-oracle-instant-client-action","commit_stats":null,"previous_names":["iamazeem/setup-oracle-instant-client-action"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazeem%2Fsetup-oracle-instant-client-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazeem%2Fsetup-oracle-instant-client-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazeem%2Fsetup-oracle-instant-client-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazeem%2Fsetup-oracle-instant-client-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamazeem","download_url":"https://codeload.github.com/iamazeem/setup-oracle-instant-client-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248468252,"owners_count":21108786,"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":["github-action","github-composite-action","oracle-instant-client","oracle-instantclient"],"created_at":"2025-03-09T00:00:37.492Z","updated_at":"2025-04-11T19:40:47.912Z","avatar_url":"https://github.com/iamazeem.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# setup-oracle-instant-client-action\n\n[![CI](https://github.com/iamazeem/setup-oracle-instant-client-action/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/iamAzeem/setup-oracle-instant-client-action/actions/workflows/ci.yml)\n[![License](https://img.shields.io/badge/license-MIT-darkgreen.svg?style=flat-square)](https://github.com/iamAzeem/setup-oracle-instant-client-action/blob/master/LICENSE)\n![Release](https://img.shields.io/github/v/release/iamAzeem/setup-oracle-instant-client-action?style=flat-square)\n\n[GitHub Action](https://docs.github.com/en/actions) to set up (download and\ninstall) the [Oracle Instant\nClient](https://www.oracle.com/database/technologies/instant-client/downloads.html).\n\nSupports Linux, macOS, and Windows runners.\n\n## Usage\n\n### Outputs\n\n|     Output     | Description                                    |\n| :------------: | :--------------------------------------------- |\n| `install-path` | Absolute install path of Oracle Instant Client |\n\n### Example\n\n```yml\n- name: Set up Oracle Instant Client\n  uses: iamazeem/setup-oracle-instant-client-action@v2\n\n- name: Check sqlplus version\n  run: sqlplus -V\n```\n\nSee [CI workflow](./.github/workflows/ci.yml) for a detailed example with\n[gvenzl/setup-oracle-free](https://github.com/gvenzl/setup-oracle-free).\n\n## Contribute\n\nPlease [create\nissues](https://github.com/iamazeem/setup-oracle-instant-client-action/issues/new/choose)\nto report bugs or propose new features and enhancements.\n\nPRs are always welcome. Please follow this workflow for submitting PRs:\n\n- [Fork](https://github.com/iamazeem/setup-oracle-instant-client-action/fork)\n  the repo.\n- Check out the latest `main` branch.\n- Create a `feature` or `bugfix` branch from `main`.\n- Commit and push changes to your forked repo.\n- Make sure to add/update tests. See [CI](./.github/workflows/ci.yml).\n- Lint and fix [Bash](https://www.gnu.org/software/bash/manual/bash.html) issues\n  with [shellcheck](https://www.shellcheck.net/) online or with\n  [vscode-shellcheck](https://github.com/vscode-shellcheck/vscode-shellcheck)\n  extension.\n- Lint and fix [README](README.md) Markdown issues with\n  [vscode-markdownlint](https://github.com/DavidAnson/vscode-markdownlint)\n  extension.\n- Submit the PR.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamazeem%2Fsetup-oracle-instant-client-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamazeem%2Fsetup-oracle-instant-client-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamazeem%2Fsetup-oracle-instant-client-action/lists"}