File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed
Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ outputs:
3333runs :
3434 using : " composite"
3535 steps :
36- - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@a9809af04394e66675b8644865be1ddcec02cdcd # 0.20.0
36+ - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
3737 with :
3838 working-directory : ${{ github.action_path }}
3939
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ outputs:
3232runs :
3333 using : " composite"
3434 steps :
35- - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@a9809af04394e66675b8644865be1ddcec02cdcd # 0.20.0
35+ - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
3636 with :
3737 working-directory : ${{ github.action_path }}
3838
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions: {}
1111
1212jobs :
1313 continuous-integration-actions :
14- uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a9809af04394e66675b8644865be1ddcec02cdcd # 0.20.0
14+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
1515 permissions :
1616 contents : read
1717 id-token : write
3535 }
3636
3737 continuous-integration :
38- uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a9809af04394e66675b8644865be1ddcec02cdcd # 0.20.0
38+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
3939 permissions :
4040 contents : read
4141 id-token : write
Original file line number Diff line number Diff line change 6969 core.info(`Date range: ${sinceDate.toISOString()} to ${untilDate.toISOString()}`);
7070
7171 - name : Generate token for blog post creation
72- uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
72+ uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
7373 id : generate-token
7474 with :
7575 app-id : ${{ vars.CI_BOT_APP_ID }}
9797
9898 - name : Create pull request
9999 if : steps.fetch-releases.outputs.releases-data
100- uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@c314229c3ca6914f7023ffca7afc26753ab99b41 # 0.30.1
100+ uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@5e8d0e6d1e76d8577a070db6d0128a91b1c9d5ad # 0.30.2
101101 with :
102102 github-token : ${{ steps.generate-token.outputs.token }}
103103 branch : blog/releases-${{ steps.generate.outputs.slug }}
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@0.30.1
13+ uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.30.2
1414 permissions :
1515 contents : read
1616 issues : write
Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
4141 .github/actions/**/action.yml
4242 .github/workflows/update-branding-assets.yml
4343
44- - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
44+ - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
4545 id : generate-token
4646 with :
4747 app-id : ${{ vars.CI_BOT_APP_ID }}
4848 private-key : ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
4949
50- - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@c314229c3ca6914f7023ffca7afc26753ab99b41 # 0.30.1
50+ - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@5e8d0e6d1e76d8577a070db6d0128a91b1c9d5ad # 0.30.2
5151 with :
5252 github-token : ${{ steps.generate-token.outputs.token }}
5353 branch : docs/action-documentation-update
7171 url : ${{ steps.deployment.outputs.url }}
7272 steps :
7373 - id : deployment
74- uses : hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@0.15.1
74+ uses : hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@0.15.2
7575 with :
7676 build-path : application/dist
7777 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@0.30.1
23+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.30.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@0.30.1
14+ uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.30.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@0.30.1
11+ uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.30.2
1212 permissions :
1313 issues : write
1414 pull-requests : write
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 with :
113113 manifest : ${{ steps.parse-inputs.outputs.manifest }}
114114
115- - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
115+ - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
116116 id : generate-token
117117 with :
118118 app-id : ${{ vars.CI_BOT_APP_ID }}
@@ -144,7 +144,7 @@ jobs:
144144 output-dir : ${{ env.BRAND_DIR }}
145145
146146 - name : Create pull request with updated assets
147- uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@c314229c3ca6914f7023ffca7afc26753ab99b41 # 0.30.1
147+ uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@5e8d0e6d1e76d8577a070db6d0128a91b1c9d5ad # 0.30.2
148148 with :
149149 github-token : ${{ steps.generate-token.outputs.token }}
150150 branch : branding-update-${{ steps.validate-manifest.outputs.version }}
You can’t perform that action at this time.
0 commit comments