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 linter :
17- uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@4c9d51717dc04d823dac2dc9ac2857e7b3069454 # 0.35.0
17+ uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
1818 permissions :
1919 actions : read
2020 contents : read
2929 VALIDATE_CSS=false
3030
3131 nodejs :
32- uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
32+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
3333 permissions :
3434 contents : read
3535 id-token : write
5353 steps :
5454 - id : package
5555 name : Create package tarball
56- uses : hoverkraft-tech/ci-github-nodejs/actions/package@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
56+ uses : hoverkraft-tech/ci-github-nodejs/actions/package@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
5757 with :
5858 working-directory : .
5959 package-directory : packages/theme
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@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
1414 permissions :
1515 contents : read
1616 issues : write
Original file line number Diff line number Diff line change 2828 name : Publish package to npm
2929 needs : ci
3030 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
31- uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@a11e4f1465b321b60ddfceeb06b0859f16d02b21 # 0.24.1
31+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
3232 permissions :
3333 contents : read
3434 packages : write
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions: {}
1919
2020jobs :
2121 main :
22- uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@4c9d51717dc04d823dac2dc9ac2857e7b3069454 # 0.35.0
22+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
2323 permissions :
2424 contents : read
2525 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@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
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@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
1212 permissions :
1313 issues : write
1414 pull-requests : write
You can’t perform that action at this time.
0 commit comments