File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
19+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7 .0.0
2020 - uses : ./.github/actions/setup
2121 - name : Simple bandit security checks
2222 run : make security
Original file line number Diff line number Diff line change 66 lint :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
9+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7 .0.0
1010 - uses : ./.github/actions/setup
1111 - run : make lint
Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
19+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7 .0.0
2020 - uses : ./.github/actions/setup
2121 - name : Simple poetry build no package
2222 run : make build
Original file line number Diff line number Diff line change 1515 python_version : ["3.13", "3.14"]
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
18+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7 .0.0
1919 with :
2020 fetch-depth : 2
2121
3939 run : test -f coverage.xml
4040
4141 - name : Upload results to Codecov
42- uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
42+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # pin@ v7.0.0
4343 with :
4444 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1111 docs :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
14+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7 .0.0
1515 - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
1616 - run : make docs
1717 - if : ${{ github.ref_type != 'tag' }}
2222 path : _build/
2323 - if : ${{ github.ref_type == 'tag' }}
2424 name : Deploy to GitHub Pages
25- uses : peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
25+ uses : peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # pin@ v4.1.0
2626 with :
2727 publish_branch : gh-pages
2828 github_token : ${{ secrets.GITHUB_TOKEN }}
4040 id : get-tag-name
4141 run : echo "tag-name=${GITHUB_REF/refs\/tags\//}" | tee -a "$GITHUB_OUTPUT"
4242 - name : Checkout commit
43- uses : actions/checkout@v6
43+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0
4444 with :
4545 fetch-depth : 0
4646 ref : ${{ steps.get-tag-name.outputs.tag-name }}
You can’t perform that action at this time.
0 commit comments