File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2020 fetch-depth : 0 # Full history for contributor tracking
2121
2222 - name : Setup Node.js
23- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
23+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2424 with :
2525 node-version : " 24"
2626 cache : " npm"
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Harden Runner
21- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
21+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
2222 with :
2323 egress-policy : audit
2424
2525 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2626 with :
2727 fetch-depth : 0
2828
29- - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
29+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3030 with :
3131 node-version : 24
3232 cache : npm
8585 runs-on : ubuntu-latest
8686 steps :
8787 - name : Harden Runner
88- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
88+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
8989 with :
9090 egress-policy : audit
9191
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Harden Runner
14- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
14+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
1515 with :
1616 egress-policy : audit
1717
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Harden Runner
14- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
14+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
1515 with :
1616 egress-policy : audit
1717
1818 - name : Checkout
1919 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020
2121 - name : Setup Node.js
22- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
22+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2323 with :
2424 node-version : latest
2525
Original file line number Diff line number Diff line change 2222 token : ${{ secrets.GITHUB_TOKEN }}
2323
2424 - name : Setup Node.js
25- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
25+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2626 with :
2727 node-version : " 24"
2828
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
33 network_mode : " host"
44 container_name : docsy
55 command : bash -c "npm i . && npm run start"
6- image : docker.io/library/node:latest@sha256:c4bfed36421c310d1fbb6dc51faf98065768fbc1c2c1ddd554813ecaa81bb2db
6+ image : docker.io/library/node:latest@sha256:2e45682ea560ac050cca0fd1ff5e82457a717a98e95e30bbf93306833a31332c
77 working_dir : /srv/docs
88 volumes :
99 - " ./:/srv/docs:Z"
You can’t perform that action at this time.
0 commit comments