setup-opa¶
Setup OPA + Regal
Install pinned opa + regal binaries into /usr/local/bin. Pin versions deliberately – OPA’s –schema typechecker and regal’s lint rules both evolve and can surface new failures on bumps, so keep CI reproducible.
Inputs¶
Input |
Required |
Default |
Description |
|---|---|---|---|
|
no |
|
OPA version (without the leading v). |
|
no |
|
Regal version (without the leading v). |
Usage¶
- uses: actions/checkout@v6
- uses: FSHTech/github-actions/setup-opa@v1