File tree Expand file tree Collapse file tree 7 files changed +15
-13
lines changed
Expand file tree Collapse file tree 7 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions: {}
1414
1515jobs :
1616 linter :
17- uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@5e8d0e6d1e76d8577a070db6d0128a91b1c9d5ad # 0.30.2
17+ uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
1818 permissions :
1919 actions : read
2020 contents : read
2929 VALIDATE_CSS=false
3030
3131 nodejs :
32- uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@e96599d869b66887c4c9dc18dd40b59249ad9cd0 # 0.20.2
32+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
3333 permissions :
3434 contents : read
3535 id-token : write
@@ -51,12 +51,12 @@ jobs:
5151 permissions :
5252 contents : read
5353 steps :
54- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
54+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5555 with :
5656 persist-credentials : false
5757
5858 - name : Setup Node.js
59- uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@e96599d869b66887c4c9dc18dd40b59249ad9cd0 # 0.20.2
59+ uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
6060
6161 - name : Download build artifacts
6262 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions: {}
1010
1111jobs :
1212 greetings :
13- uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@5e8d0e6d1e76d8577a070db6d0128a91b1c9d5ad # 0.30.2
13+ uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
1414 permissions :
1515 contents : read
1616 issues : write
Original file line number Diff line number Diff line change 3232 contents : read
3333 id-token : write
3434 steps :
35- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
35+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
36+ with :
37+ persist-credentials : false
3638 - name : Setup Node.js
37- uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@e96599d869b66887c4c9dc18dd40b59249ad9cd0 # 0.20.2
39+ uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
3840
3941 - name : Download package tarball
4042 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
6769 page-url : ${{ steps.deployment.outputs.url }}
6870 steps :
6971 - id : deployment
70- uses : hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@dbdcce2870b33525ac1fa26069bf95b2dd586fda # 0.15.2
72+ uses : hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@55f6193fb7a9eaab81f5db18aa0c3400971d87b3 # 0.17.3
7173 with :
7274 build-path : packages/docs/build
7375 build-artifact-id : ${{ needs.ci.outputs.build-artifact-id }}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions: {}
1919
2020jobs :
2121 main :
22- uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@5e8d0e6d1e76d8577a070db6d0128a91b1c9d5ad # 0.30.2
22+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
2323 permissions :
2424 contents : read
2525 issues : write
Original file line number Diff line number Diff line change 55 pull_request :
66 branches : [main]
77
8- permissions : {}
9-
108concurrency :
119 group : ${{ github.workflow }}-${{ github.ref }}
1210 cancel-in-progress : true
1311
12+ permissions : {}
13+
1414jobs :
1515 ci :
1616 uses : ./.github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions: {}
1111
1212jobs :
1313 main :
14- uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@5e8d0e6d1e76d8577a070db6d0128a91b1c9d5ad # 0.30.2
14+ uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
1515 permissions :
1616 contents : write
1717 pull-requests : write
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions: {}
88
99jobs :
1010 main :
11- uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@5e8d0e6d1e76d8577a070db6d0128a91b1c9d5ad # 0.30.2
11+ uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
1212 permissions :
1313 issues : write
1414 pull-requests : write
You can’t perform that action at this time.
0 commit comments