File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 contents : read
1818 issues : write
1919 steps :
20- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
20+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2121 with :
2222 persist-credentials : false
2323
3535
3636 - name : Parse Issue
3737 id : parser
38- uses : issue-ops/parser@76d5aa095754de1493cbe41934484c4287e16350 # v4.2 .0
38+ uses : issue-ops/parser@cb7e2e4e5da701aad0e23e718bc4c91d442ca8ba # v5.0 .0
3939 with :
4040 body : ${{ steps.get-issue-body.outputs.issue-body }}
4141 issue-form-template : ../../__tests__/meetup-issue-template.yml
6565 contents : read
6666 issues : write
6767 steps :
68- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
68+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6969 with :
7070 persist-credentials : false
7171
8383
8484 - name : Parse Issue
8585 id : parser
86- uses : issue-ops/parser@76d5aa095754de1493cbe41934484c4287e16350 # v4.2 .0
86+ uses : issue-ops/parser@cb7e2e4e5da701aad0e23e718bc4c91d442ca8ba # v5.0 .0
8787 with :
8888 body : ${{ steps.get-issue-body.outputs.issue-body }}
8989 issue-form-template : ../../__tests__/meetup-issue-template.yml
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 permissions :
1313 contents : read
1414 steps :
15- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
15+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1616 with :
1717 persist-credentials : false
1818
19- - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@80acfc9bc4dd87030d73006dee4c788ed9af1fb0 # 0.20.1
19+ - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
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@80acfc9bc4dd87030d73006dee4c788ed9af1fb0 # 0.20.1
10+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
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@c314229c3ca6914f7023ffca7afc26753ab99b41 # 0.30.1
10+ uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
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@c314229c3ca6914f7023ffca7afc26753ab99b41 # 0.30.1
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 3131 permissions :
3232 contents : read
3333 steps :
34- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
34+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3535 with :
3636 persist-credentials : false
3737
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@c314229c3ca6914f7023ffca7afc26753ab99b41 # 0.30.1
48+ - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
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@c314229c3ca6914f7023ffca7afc26753ab99b41 # 0.30.1
23+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
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@c314229c3ca6914f7023ffca7afc26753ab99b41 # 0.30.1
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@c314229c3ca6914f7023ffca7afc26753ab99b41 # 0.30.1
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