Skip to content

Releases: gvenzl/setup-oracle-sqlcl

SQLcl Github Action v1.3.0 released!

13 Mar 15:45
df56293

Choose a tag to compare

What's Changed

  • Avoid node v20 deprecation warnings and allow users to pick a specific version by @martin-bach-oracle in #8

New Contributors

Full Changelog: v1.2.0...v1.3.0

SQLcl GitHub Action

13 Mar 16:10
df56293

Choose a tag to compare

Pointer to the latest v1 version.

SQLcl Github Action v1.2.0 released!

28 Jul 02:32
0fd1500

Choose a tag to compare

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

28 Jul 02:31
be49f38

Choose a tag to compare

Introducing the Oracle SQLcl GitHub Action

05 May 18:09
19f7b59

Choose a tag to compare

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>