File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ outputs:
1111runs :
1212 using : composite
1313 steps :
14- -
uses :
gardenlinux/python-gardenlinux-lib/.github/actions/[email protected] 14+ - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@f805dacd2a1e0feb41950f5bc311bd174639ad4f # 0.10.7
1515 - id : result
1616 shell : bash
1717 run : |
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ outputs:
1313runs :
1414 using : composite
1515 steps :
16- -
uses :
gardenlinux/python-gardenlinux-lib/.github/actions/[email protected] 16+ - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@f805dacd2a1e0feb41950f5bc311bd174639ad4f # 0.10.7
1717 - id : matrix
1818 shell : bash
1919 run : |
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ runs:
4040
4141 - name : Install Poetry
4242 if : steps.env-check.outputs.package_tool == 'poetry'
43- uses : snok/install-poetry@v1
43+ uses : snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1.4.1
4444
4545 - name : Set up Python ${{ inputs.python_version }}
46- uses : actions/setup-python@v5
46+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4747 with :
4848 python-version : ${{ inputs.python_version }}
4949 cache : ${{ steps.env-check.outputs.package_tool }}
Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@v6
9+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@v6
19+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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 99 docs :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1313 - uses : ./.github/actions/setup
1414 - run : make docs
1515 - name : Deploy to GitHub Pages
16- uses : peaceiris/actions-gh-pages@v4
16+ uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
1717 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
1818 with :
1919 publish_branch : gh-pages
Original file line number Diff line number Diff line change 1515 python_version : ["3.13"]
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v6
18+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@v5
42+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
4343 with :
4444 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments