File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 run : helm plugin install https://github.com/losisin/helm-values-schema-json.git --version 2.3.1
2222
2323 - name : Run tox
24+ env :
25+ # To allow pyright version to be latest and not decided by the uv.lock
26+ PYRIGHT_PYTHON_FORCE_VERSION : latest
2427 run : uv run --locked tox -e ${{ inputs.tox }}
Original file line number Diff line number Diff line change 77 branches :
88 - main
99 tags :
10- - ' * '
10+ - " * "
1111 pull_request :
1212 merge_group :
1313 types : [checks_requested]
1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2121 - name : check asyncapi.yaml file
22- uses : WaleedAshraf/ asyncapi-github-action@d31f1627ac7c24132e7c4e4b89948d43b619685a # v0 .0.10
22+ uses : asyncapi/cli@fb73ff3a429c1bc6a14c1b89f12601288677b9fa # v6 .0.2
2323 with :
24+ command : validate
2425 filepath : " ./docs/reference/asyncapi.yaml"
Original file line number Diff line number Diff line change @@ -13,32 +13,32 @@ hooks = [
1313
1414[[repos ]]
1515repo = " https://github.com/astral-sh/ruff-pre-commit"
16- rev = " v0.15.1 "
16+ rev = " v0.15.20 "
1717hooks = [
1818 { id = " ruff-check" , args = [" --fix" ] },
1919 { id = " ruff-format" },
2020]
2121
2222[[repos ]]
2323repo = " https://github.com/astral-sh/uv-pre-commit"
24- rev = " 0.10.2 "
24+ rev = " 0.11.27 "
2525hooks = [
2626 { id = " uv-sync" , args = [] },
2727]
2828
2929[[repos ]]
3030repo = " https://github.com/norwoodj/helm-docs"
3131rev = " v1.14.2"
32- hooks = [{ id = " helm-docs-built " , args = [" --chart-search-root=helm" ] }]
32+ hooks = [{ id = " helm-docs-container " , args = [" --chart-search-root=helm" ] }]
3333
3434[[repos ]]
3535repo = " https://github.com/losisin/helm-values-schema-json"
36- rev = " v2.3.1 "
36+ rev = " v2.5.0 "
3737hooks = [
3838 { id = " helm-schema" , args = [" --config" , " helm/blueapi/.schema.yaml" ] }
3939]
4040
4141[[repos ]]
4242repo = " https://github.com/gitleaks/gitleaks"
43- rev = " v8.28.0 "
44- hooks = [{ id = " gitleaks" }]
43+ rev = " v8.30.1 "
44+ hooks = [{ id = " gitleaks-docker " }]
You can’t perform that action at this time.
0 commit comments