File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v6
27+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2828 with :
2929 persist-credentials : false
3030
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 id-token : write
1919
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2222 with :
2323 persist-credentials : false
2424 - name : Set up Python
25- uses : actions/setup-python@v6
25+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2626 with :
2727 python-version : ' 3.x'
2828 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 ]
2121
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2424 with :
2525 persist-credentials : false
2626 - name : Set up Python ${{ matrix.python-version }}
27- uses : actions/setup-python@v6
27+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 allow-prereleases : true
3636 run : |
3737 pytest --durations=0 --cov=./
3838 - name : Upload coverage to Codecov
39- uses : codecov/codecov-action@v5
39+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 permissions :
1414 contents : read
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1717 with :
1818 persist-credentials : false
1919 - name : Set up Python
20- uses : actions/setup-python@v6
20+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2121 with :
2222 python-version : ' 3.x'
2323 - name : Install dependencies
3434 run : |
3535 mypy --pretty
3636 - name : Verify with PyRight
37- uses : jakebailey/pyright-action@v3
37+ uses : jakebailey/pyright-action@8ec14b5cfe41f26e5f41686a31eb6012758217ef
You can’t perform that action at this time.
0 commit comments