File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 99 os : [windows-latest, ubuntu-latest, macos-latest]
1010 runs-on : ${{ matrix.os }}
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1313 - name : Install dependencies
1414 run : pipx install hatch
1515 - name : Lint and typecheck
1919 run : |
2020 hatch test --all
2121
22- - uses : codecov/codecov-action@v5
22+ - uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
2323 with :
2424 token : ${{ secrets.CODECOV_TOKEN }}
2525 fail_ci_if_error : false
3535 id-token : write
3636
3737 steps :
38- - uses : actions/checkout@v5
38+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3939 - name : Install dependencies
4040 shell : bash
4141 run : pipx install hatch
6464 hatch build
6565 hatch publish
6666 - name : Create release
67- uses : ncipollo/release-action@v1
67+ uses : ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1
6868 with :
6969 draft : true
7070 body : ${{ github.event.head_commit.message }}
Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ jobs:
2727 runs-on : ubuntu-latest
2828
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3131 - name : Set up Python
32- uses : actions/setup-python@v6
32+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
3333 - name : Install dependencies
3434 run : |
3535 pipx install hatch
3636 hatch env create
3737 - name : Build
3838 run : hatch run docs-build
3939 - name : Upload artifact
40- uses : actions/upload-pages-artifact@v4
40+ uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
4141 with :
4242 path : ./site
4343
5050 steps :
5151 - name : Deploy to GitHub Pages
5252 id : deployment
53- uses : actions/deploy-pages@v4
53+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
Original file line number Diff line number Diff line change 2121 pull-requests : write
2222 steps :
2323 # Drafts your next Release notes as Pull Requests are merged into "main"
24- - uses : release-drafter/release-drafter@v6
24+ - uses : release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6
2525 env :
2626 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Check out the repository
16- uses : actions/checkout@v5
16+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717
1818 - name : Run Labeler
19- 19+ uses : crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 # v5.3.0
2020 with :
2121 skip-delete : true
You can’t perform that action at this time.
0 commit comments