File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v6
11+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1212 with :
1313 persist-credentials : false
1414
1515 - name : Setup Node
16- uses : ckotzbauer/actions-toolkit/setup-nodejs@0.52.0
16+ uses : ckotzbauer/actions-toolkit/setup-nodejs@9e2a560f6c957fe29a2a78f8cbadabeea56a8c73 # 0.52.0
1717
1818 - name : Build
1919 run : |
2020 npm i
2121 npm run build:docs
2222
2323 - name : Install SSH Client
24- uses : webfactory/ssh-agent@v0.9.1
24+ uses : webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
2525 with :
2626 ssh-private-key : ${{ secrets.DEPLOY_KEY }}
2727
2828 - name : Deploy
29- uses : JamesIves/github-pages-deploy-action@v4.8.0
29+ uses : JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
3030 with :
3131 ssh-key : true
3232 branch : gh-pages # The branch the action should deploy to.
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 label-issues :
16- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@0.52.0
16+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-label-issues.yml@9e2a560f6c957fe29a2a78f8cbadabeea56a8c73 # 0.52.0
1717 secrets :
1818 token : ${{ secrets.GITHUB_TOKEN }}
1919
Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.52.0
11+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@9e2a560f6c957fe29a2a78f8cbadabeea56a8c73 # 0.52.0
1212 with :
1313 install-node : true
1414 build-commands : |
@@ -19,15 +19,15 @@ jobs:
1919 coverage-file : ./coverage/lcov.info
2020
2121 docs :
22- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@0.52.0
22+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-build-test.yml@9e2a560f6c957fe29a2a78f8cbadabeea56a8c73 # 0.52.0
2323 with :
2424 install-node : true
2525 build-commands : |
2626 npm ci
2727 npm run build:docs
2828
2929 lint :
30- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.52.0
30+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@9e2a560f6c957fe29a2a78f8cbadabeea56a8c73 # 0.52.0
3131 with :
3232 install-node : true
3333 lint-commands : |
Original file line number Diff line number Diff line change 99
1010jobs :
1111 release :
12- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-nodejs.yml@0.52.0
12+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-release-nodejs.yml@9e2a560f6c957fe29a2a78f8cbadabeea56a8c73 # 0.52.0
1313 with :
1414 version : ${{ github.event.inputs.version }}
1515 build-commands : |
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Deploy docs
32- uses : benc-uk/workflow-dispatch@v1.3
32+ uses : benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 # v1.3
3333 with :
3434 workflow : deploy-docs
3535 ref : main
Original file line number Diff line number Diff line change 55
66jobs :
77 size-label :
8- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@0.52.0
8+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-size-label.yml@9e2a560f6c957fe29a2a78f8cbadabeea56a8c73 # 0.52.0
99 secrets :
1010 token : ${{ secrets.GITHUB_TOKEN }}
1111
Original file line number Diff line number Diff line change 55
66jobs :
77 stale :
8- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@0.52.0
8+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-stale.yml@9e2a560f6c957fe29a2a78f8cbadabeea56a8c73 # 0.52.0
99 secrets :
1010 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 77
88jobs :
99 update-snyk :
10- uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan-snyk.yml@0.52.0
10+ uses : ckotzbauer/actions-toolkit/.github/workflows/toolkit-scan-snyk.yml@9e2a560f6c957fe29a2a78f8cbadabeea56a8c73 # 0.52.0
1111 with :
1212 install-node : true
1313 scan-commands : snyk monitor
You can’t perform that action at this time.
0 commit comments