File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3232 release :
3333 needs : ci
3434 if : github.event_name != 'schedule'
35- uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@d7f1c4c95181e34ac3bd6bd4ef46d463b2eb62ad # 0.17.1
35+ uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@55f6193fb7a9eaab81f5db18aa0c3400971d87b3 # 0.17.3
3636 permissions :
3737 contents : read
3838 with :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88
99jobs :
1010 continuous-integration :
11- uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
11+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
1212 permissions :
1313 contents : read
1414 id-token : write
Original file line number Diff line number Diff line change 9999 return;
100100 }
101101 }
102- - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@c61f09cd1c67a2889fbb4d16a3378fbe23a84dc9 # 0.20.5
102+ - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
103103 if : ${{ steps.has-prettier-plugins.outputs.package-json-dir }}
104104 with :
105105 working-directory : ${{ steps.has-prettier-plugins.outputs.package-json-dir }}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ inputs:
3232runs :
3333 using : " composite"
3434 steps :
35- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
35+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3636 if : github.event_name == 'issue_comment'
3737 with :
3838 ref : refs/pull/${{ github.event.issue.number }}/head
4141 token : ${{ inputs.token || github.token }}
4242 persist-credentials : ${{ inputs.persist-credentials }}
4343
44- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
44+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4545 if : github.event_name != 'issue_comment'
4646 with :
4747 fetch-depth : ${{ inputs.fetch-depth }}
Original file line number Diff line number Diff line change 5454 if : inputs.repository == ''
5555 uses : ChristopherHX/oidc@73eee1ff03fdfce10eda179f617131532209edbd # v3
5656
57- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
57+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5858 with :
5959 persist-credentials : false
6060 path : ${{ inputs.local-path }}
Original file line number Diff line number Diff line change 7575 using : " composite"
7676 steps :
7777 - name : Setup Node.js
78- uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
78+ uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@338755b95043af1f8aa17409529fd20a9d2ef659 # 0.20.6
7979 with :
8080 working-directory : ${{ github.action_path }}
8181
You can’t perform that action at this time.
0 commit comments