File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 --health-timeout 5s
3737 --health-retries 3
3838 steps :
39- - uses : actions/checkout@v6
39+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4040 - name : setup python
41- uses : actions/setup-python@v6
41+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444
Original file line number Diff line number Diff line change 1313 name : Lint Python Imports
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717 - name : setup python
18- uses : actions/setup-python@v6
18+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1919 with :
2020 python-version : ' 3.12'
2121
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v6
14+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515 - name : setup python
16- uses : actions/setup-python@v6
16+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1717 with :
1818 python-version : 3.12
1919
You can’t perform that action at this time.
0 commit comments