setup-stackql
Version updated for https://github.com/stackql/setup-stackql to version v2.3.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 3 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The stackql/setup-stackql GitHub Action automates the installation and setup of the StackQL CLI in GitHub Actions workflows, adding it to the system PATH. It streamlines the process of running StackQL queries by ensuring the CLI is readily available on supported runners (ubuntu, windows, and macOS) and simplifies authentication with providers through environment variables. This action is particularly useful for automating StackQL operations in CI/CD pipelines.
Release notes
What’s Changed
- updated node by @jeffreyaven in https://github.com/stackql/setup-stackql/pull/25
- homebrew fix by @jeffreyaven in https://github.com/stackql/setup-stackql/pull/26
- darwin updates by @jeffreyaven in https://github.com/stackql/setup-stackql/pull/27
- name change by @jeffreyaven in https://github.com/stackql/setup-stackql/pull/28
- upgrade to node24 and update all npm dependencies to latest by @jeffreyaven in https://github.com/stackql/setup-stackql/pull/29
Full Changelog: https://github.com/stackql/setup-stackql/compare/v2.2.2...v2.3.0