File tree Expand file tree Collapse file tree 4 files changed +8
-14
lines changed
Expand file tree Collapse file tree 4 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v6
20- - uses : gardenlinux/python-gardenlinux-lib/ .github/actions/setup@main
20+ - uses : ./ .github/actions/setup
2121 - name : Simple bandit security checks
2222 run : make security
2323 - name : Show Report in Action Output
2424 if : always()
2525 run : cat bandit-report.json
2626 - name : Upload Bandit Scan Artifact
27- - uses :
actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # [email protected] 27+ uses :
actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # [email protected] 2828 if : always()
2929 with :
30- name : bandit-findings
31- path : bandit-report.json
30+ name : bandit-findings
31+ path : bandit-report.json
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v6
10- - uses : gardenlinux/python-gardenlinux-lib/ .github/actions/setup@main
10+ - uses : ./ .github/actions/setup
1111 - run : make lint
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v6
20-
21- - name : Force Python Version (workaround)
22- uses : actions/setup-python@v5
23- with :
24- python-version : " 3.13"
25-
26- - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
20+ - uses : ./.github/actions/setup
2721 - name : Simple poetry build no package
2822 run : make build
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ name: Update Sphinx documentation
33on : [push, pull_request, workflow_dispatch]
44
55permissions :
6- contents : write
6+ contents : write
77
88jobs :
99 docs :
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v6
13- - uses : gardenlinux/python-gardenlinux-lib/ .github/actions/setup@main
13+ - uses : ./ .github/actions/setup
1414 - run : make docs
1515 - name : Deploy to GitHub Pages
1616 uses : peaceiris/actions-gh-pages@v4
You can’t perform that action at this time.
0 commit comments