Releases: gvenzl/setup-oracle-sqlcl
Releases · gvenzl/setup-oracle-sqlcl
SQLcl Github Action v1.3.0 released!
What's Changed
- Avoid node v20 deprecation warnings and allow users to pick a specific version by @martin-bach-oracle in #8
New Contributors
- @martin-bach-oracle made their first contribution in #8
Full Changelog: v1.2.0...v1.3.0
SQLcl GitHub Action
Pointer to the latest v1 version.
SQLcl Github Action v1.2.0 released!
This release no longer requires updates to versions.txt.
Instead, it parses the SQLcl version and finds the correct download link.
SQLcl GitHub Action v.1.1.0 released
v1.1.0 build: Update versions.txt
Introducing the Oracle SQLcl GitHub Action
Use this GitHub Action to setup Oracle SQLcl.
The image provides customizable inputs for:
- The Java version to use (Default Oracle JDK 17)
- The SQLcl version to use (default
latest)
Using this action is as simple as:
- uses: gvenzl/setup-oracle-sqlcl@v1
- name: Run SQLcl
run: |
sql <arguments>