File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
3838 runs-on : ${{ matrix.platform }}
3939
4040 steps :
41- - uses : actions/checkout@v6
41+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4242 with :
4343 submodules : true
4444
4545 - name : Install uv
46- uses : astral-sh/setup-uv@v7
46+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
4747 with :
4848 python-version : ${{ matrix.python-version }}
4949 enable-cache : true
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 runs-on : ${{ matrix.platform }}
2020
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323 with :
2424 submodules : true
2525
2626 - name : Install uv
27- uses : astral-sh/setup-uv@v7
27+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 enable-cache : true
5656
5757 # Upload coverage to qlty
5858 - name : Upload coverage to qlty
59- uses : qltysh/qlty-action/coverage@v2
59+ uses : qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2
6060 with :
6161 oidc : true
6262 files : coverage.xml
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 runs-on : ${{ matrix.platform }}
2020
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323 with :
2424 submodules : false
2525
2626 - name : Install uv
27- uses : astral-sh/setup-uv@v7
27+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 enable-cache : true
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 build :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323 with :
2424 fetch-depth : 0
2525
2626 - name : Install uv
27- uses : astral-sh/setup-uv@v7
27+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2828 with :
2929 python-version : ' 3.10'
3030 enable-cache : true
@@ -48,10 +48,10 @@ jobs:
4848 sphinx-build -b html docs docs/_build/html
4949
5050 - name : Setup Pages
51- uses : actions/configure-pages@v6
51+ uses : actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6
5252
5353 - name : Upload artifact
54- uses : actions/upload-pages-artifact@v4
54+ uses : actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5
5555 with :
5656 path : ./docs/_build/html
5757
7878 - name : Deploy to GitHub Pages
7979 # This is the official action for deploying the artifact to GitHub Pages
8080 id : deployment
81- uses : actions/deploy-pages@v5
81+ uses : actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v6
20+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121
2222 - name : Install uv
23- uses : astral-sh/setup-uv@v7
23+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2424 with :
2525 python-version : ' 3.12'
2626 enable-cache : true
4040
4141 - name : Link Checker
4242 id : lychee
43- uses : lycheeverse/lychee-action@v2.8.0
43+ uses : lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
4444 with :
4545 args : --config lychee.toml --verbose --no-progress --max-redirects 10 'docs/_build/html/**/*.html' README.md RELEASE_GUIDE.md CONTRIBUTING.md
4646 fail : true
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v6
20+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121
2222 - name : Install uv
23- uses : astral-sh/setup-uv@v7
23+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2424 with :
2525 python-version : ' 3.12'
2626 enable-cache : true
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
2828 python-version : ["3.10", "3.13"]
2929
3030 steps :
31- - uses : actions/checkout@v6
31+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3232 with :
3333 submodules : true
3434
3535 - name : Install uv
36- uses : astral-sh/setup-uv@v7
36+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 enable-cache : true
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v6
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
2020 - name : Install uv
21- uses : astral-sh/setup-uv@v7
21+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2222 with :
2323 python-version : " 3.12"
2424 enable-cache : true
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020
2121 steps :
2222 - name : Checkout hed-python
23- uses : actions/checkout@v6
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424 with :
2525 submodules : true
2626
2727 - name : Install uv
28- uses : astral-sh/setup-uv@v7
28+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131 enable-cache : true
Original file line number Diff line number Diff line change 1616 python-version : ["3.10", "3.13"]
1717
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020 - name : Install uv
21- uses : astral-sh/setup-uv@v7
21+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 enable-cache : true
You can’t perform that action at this time.
0 commit comments