File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ permissions:
2525
2626jobs :
2727 hypatia :
28- uses : hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e
28+ uses : hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9
2929 secrets : inherit
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: MPL-2.0
12name : GitHub Pages (Ddraig SSG)
23on :
34 push :
1819 image : ghcr.io/stefan-hoeck/idris2-pack@sha256:f0758996a931fb35d9ecb1de273c4d59dabe2a09b433afc7e357f65a08b7e1ff
1920 steps :
2021 - name : Checkout Site
21- uses : actions/checkout@v4
22+ uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
2223 - name : Checkout Ddraig SSG
23- uses : actions/checkout@v4
24+ uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
2425 with :
2526 repository : hyperpolymath/ddraig-ssg
2627 path : .ddraig-ssg
3738 fi
3839 ./.ddraig-ssg/build/exec/ddraig build src _site https://hyperpolymath.github.io/${GITHUB_REPOSITORY#*/}
3940 - name : Upload artifact
40- uses : actions/upload-pages-artifact@v3
41+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
4142 with :
4243 path : ' _site'
4344 deploy :
5051 steps :
5152 - name : Deploy to GitHub Pages
5253 id : deployment
53- uses : actions/deploy-pages@v4
54+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
Original file line number Diff line number Diff line change 1515 permissions :
1616 security-events : write
1717 id-token : write
18- uses : hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e
18+ uses : hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9
1919 secrets : inherit
You can’t perform that action at this time.
0 commit comments