File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 lint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v7
1313 - uses : astral-sh/setup-uv@v7
1414 - uses : actions/setup-python@v6
1515 with :
Original file line number Diff line number Diff line change 99 markdownlint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v7
1313 - uses : DavidAnson/markdownlint-cli2-action@v24
1414 with :
1515 globs : " **/*.md"
Original file line number Diff line number Diff line change 77 megalinter :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v7
1111 with :
1212 fetch-depth : 0
1313 - uses : oxsecurity/megalinter/flavors/python@v9
Original file line number Diff line number Diff line change 1010 scan :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v7
1414 - uses : google/osv-scanner/actions/scanner@v2
1515 with :
1616 scan-args : |-
Original file line number Diff line number Diff line change 1010 validate :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v7
1414 - uses : astral-sh/setup-uv@v7
1515 - uses : actions/setup-python@v6
1616 with :
Original file line number Diff line number Diff line change 1919 contents : write
2020 id-token : write
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v7
2323 - uses : astral-sh/setup-uv@v7
2424 - uses : actions/setup-python@v6
2525 with :
Original file line number Diff line number Diff line change 99 shellcheck :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v7
1313 - run : |
1414 if compgen -G "**/*.sh" > /dev/null; then
1515 sudo apt-get update && sudo apt-get install -y shellcheck
Original file line number Diff line number Diff line change 99 test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v7
1313 - name : Checkout cpa-templates
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v7
1515 with :
1616 repository : Create-Python-App/cpa-templates
1717 path : cpa-templates
Original file line number Diff line number Diff line change 1212 todo :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v7
1616 - name : Scan TODOs
1717 run : |
1818 if grep -RIn --exclude-dir=.git --exclude-dir=.venv "TODO\|FIXME" . | head -50; then
Original file line number Diff line number Diff line change 99 typecheck :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v7
1313 - uses : astral-sh/setup-uv@v7
1414 - uses : actions/setup-python@v6
1515 with :
You can’t perform that action at this time.
0 commit comments