feat(druid): Add version 31.0.1 and 30.0.1, drop 26.0.0, bump druid-opa-authorizer to 0.6.0 #702
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: pre-commit | |
on: | |
pull_request: | |
env: | |
HADOLINT_VERSION: "v2.12.0" | |
PYTHON_VERSION: "3.12" | |
jobs: | |
pre-commit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | |
with: | |
persist-credentials: false | |
fetch-depth: 0 | |
- uses: stackabletech/actions/run-pre-commit@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0 | |
with: | |
python-version: ${{ env.PYTHON_VERSION }} | |
hadolint: ${{ env.HADOLINT_VERSION }} |