File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions: {}
1414
1515jobs :
1616 continuous-integration-prepare-docs :
17- uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
17+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
1818 strategy :
1919 matrix :
2020 working-directory :
3535 dependency-review : false
3636
3737 continuous-integration :
38- uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
38+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
3939 permissions :
4040 contents : read
4141 id-token : write
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@4c9d51717dc04d823dac2dc9ac2857e7b3069454 # 0.35 .0
13+ uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36 .0
1414 permissions :
1515 contents : read
1616 issues : write
Original file line number Diff line number Diff line change 1919 contents : write
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2323 with :
2424 persist-credentials : false
2525
4141 client-id : ${{ vars.CI_BOT_APP_CLIENT_ID }}
4242 private-key : ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
4343
44- - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@4c9d51717dc04d823dac2dc9ac2857e7b3069454 # 0.35 .0
44+ - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36 .0
4545 with :
4646 github-token : ${{ steps.generate-token.outputs.token }}
4747 branch : docs/action-documentation-update
7777 url : ${{ steps.deployment.outputs.url }}
7878 steps :
7979 - id : deployment
80- uses : hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@2c8e24b416226074aea1e240468f043edefc5760 # 0.23 .2
80+ uses : hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26 .2
8181 with :
8282 build-path : application/build
8383 build-artifact-id : ${{ needs.ci.outputs.build-artifact-id }}
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@4c9d51717dc04d823dac2dc9ac2857e7b3069454 # 0.35 .0
23+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36 .0
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@4c9d51717dc04d823dac2dc9ac2857e7b3069454 # 0.35 .0
14+ uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36 .0
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@4c9d51717dc04d823dac2dc9ac2857e7b3069454 # 0.35 .0
11+ uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36 .0
1212 permissions :
1313 issues : write
1414 pull-requests : write
Original file line number Diff line number Diff line change 3434 contents : read
3535 steps :
3636 - name : Checkout repository
37- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3838 with :
3939 persist-credentials : false
4040
Original file line number Diff line number Diff line change 1515 pull-requests : write
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1919 with :
2020 persist-credentials : false
2121
9393 client-id : ${{ vars.CI_BOT_APP_CLIENT_ID }}
9494 private-key : ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
9595
96- - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@4c9d51717dc04d823dac2dc9ac2857e7b3069454 # 0.30.21
96+ - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.30.21
9797 with :
9898 github-token : ${{ steps.generate_token.outputs.token }}
9999 branch : docs/sync-documentation-${{ github.event.client_payload.repository }}
You can’t perform that action at this time.
0 commit comments