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 HTMLTEST_VERSION : " 0.17.0"
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
27+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2828 with :
2929 fetch-depth : 0
3030 persist-credentials : false # zizmor: artipacked
@@ -58,11 +58,11 @@ jobs:
5858 runs-on : ubuntu-latest
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
61+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
6262 with :
6363 persist-credentials : false # zizmor: artipacked
6464 - name : Setup Node
65- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
65+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
6666 with :
6767 node-version : " 22"
6868 cache : npm
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Checkout
81- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
81+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
8282 with :
8383 persist-credentials : false # zizmor: artipacked
8484 # pipx is preinstalled on ubuntu runners. Config + dictionary: .codespellrc / .codespell-ignore.
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
31+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3232 with :
3333 submodules : recursive
3434 fetch-depth : 0
Original file line number Diff line number Diff line change 2323 pull-requests : write # open the PR
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
26+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2727 with :
2828 persist-credentials : false # zizmor: artipacked
2929 - name : Check for a newer Hugo release
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
19+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2020 with :
2121 persist-credentials : false # zizmor: artipacked
2222 - name : Install Hugo (extended)
Original file line number Diff line number Diff line change 2121 issues : write # open / update the tracking issue
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
24+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2525 with :
2626 persist-credentials : false # zizmor: artipacked
2727 - name : Install Hugo (extended)
3737 run : hugo --gc --minify --baseURL "https://p2pool-starter-stack.github.io/"
3838 - name : Check external links (lychee)
3939 id : lychee
40- uses : lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8 .0
40+ uses : lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2.9 .0
4141 with :
4242 # Internal links are htmltest's job — exclude our own domain so this only audits outbound.
4343 args : " --no-progress --exclude p2pool-starter-stack.github.io ./public"
Original file line number Diff line number Diff line change 3535 GITLEAKS_VERSION : " 8.30.1"
3636 GITLEAKS_SHA256 : " 551f6fc83ea457d62a0d98237cbad105af8d557003051f41f3e7ca7b3f2470eb"
3737 steps :
38- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
38+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3939 with :
4040 fetch-depth : 0 # scan EVERY commit, not just the tip — a secret is still a leak once pushed
4141 persist-credentials : false # zizmor: artipacked
5959 env :
6060 ZIZMOR_VERSION : " 1.25.2"
6161 steps :
62- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
62+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
6363 with :
6464 persist-credentials : false # zizmor: artipacked
6565 # pipx is preinstalled on ubuntu-24.04.
You can’t perform that action at this time.
0 commit comments