File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 persist-credentials : false
2323
2424 - id : get-issue-body
25- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
25+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
2626 with :
2727 script : |
2828 const issue = await github.rest.issues.get({
7070 persist-credentials : false
7171
7272 - id : get-issue-body
73- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
73+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
7474 with :
7575 script : |
7676 const issue = await github.rest.issues.get({
Original file line number Diff line number Diff line change 1616 with :
1717 persist-credentials : false
1818
19- - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@775ce0902c528062cc94141dd7d13261083b752a # 0.22 .0
19+ - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@9d465a03741b287db18b242e0ec46990888cc6a3 # 0.23 .0
2020
2121 - name : Build dist/ Directory
2222 id : package
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions: {}
77
88jobs :
99 test-nodejs :
10- uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@775ce0902c528062cc94141dd7d13261083b752a # 0.22 .0
10+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@9d465a03741b287db18b242e0ec46990888cc6a3 # 0.23 .0
1111 permissions :
1212 contents : read
1313 id-token : write
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions: {}
77
88jobs :
99 linter :
10- uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@4b53189212d5810f710bed89711002626977215b # 0.33.0
10+ uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
1111 permissions :
1212 actions : read
1313 contents : read
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@4b53189212d5810f710bed89711002626977215b # 0.33.0
13+ uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
1414 permissions :
1515 contents : read
1616 issues : write
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
3939 with :
4040 source : action.yml
4141
42- - uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
42+ - uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
4343 id : generate-token
4444 with :
4545 app-id : ${{ vars.CI_BOT_APP_ID }}
4646 private-key : ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
4747
48- - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@4b53189212d5810f710bed89711002626977215b # 0.33.0
48+ - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
4949 with :
5050 github-token : ${{ steps.generate-token.outputs.token }}
5151 branch : docs/actions-workflows-documentation-update
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions: {}
2020
2121jobs :
2222 main :
23- uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@4b53189212d5810f710bed89711002626977215b # 0.33.0
23+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
2424 permissions :
2525 contents : read
2626 issues : write
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@4b53189212d5810f710bed89711002626977215b # 0.33.0
14+ uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
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@4b53189212d5810f710bed89711002626977215b # 0.33.0
11+ uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
1212 permissions :
1313 issues : write
1414 pull-requests : write
You can’t perform that action at this time.
0 commit comments