Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions: {}

jobs:
linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@84d0148d9447a6f542fb8ff29b384eddca4184bf # 0.36.1
permissions:
actions: read
contents: read
Expand All @@ -29,7 +29,7 @@ jobs:
VALIDATE_CSS=false

nodejs:
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@37a362e984a1841a2be36e2f85b68755dc01d056 # 0.24.3
permissions:
contents: read
id-token: write
Expand All @@ -53,7 +53,7 @@ jobs:
steps:
- id: package
name: Create package tarball
uses: hoverkraft-tech/ci-github-nodejs/actions/package@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
uses: hoverkraft-tech/ci-github-nodejs/actions/package@37a362e984a1841a2be36e2f85b68755dc01d056 # 0.24.3
with:
working-directory: .
package-directory: packages/theme
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: {}

jobs:
greetings:
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@84d0148d9447a6f542fb8ff29b384eddca4184bf # 0.36.1
permissions:
contents: read
issues: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Publish package to npm
needs: ci
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@37a362e984a1841a2be36e2f85b68755dc01d056 # 0.24.3
permissions:
contents: read
packages: write
Expand All @@ -51,7 +51,7 @@ jobs:
page-url: ${{ steps.deployment.outputs.url }}
steps:
- id: deployment
uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@281fe4959997eea619bf3a4be4fde2f16b8b6d0c # 0.23.3
uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
with:
build-path: packages/docs/build
build-artifact-id: ${{ needs.ci.outputs.build-artifact-id }}
2 changes: 1 addition & 1 deletion .github/workflows/need-fix-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions: {}

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@84d0148d9447a6f542fb8ff29b384eddca4184bf # 0.36.1
permissions:
contents: read
issues: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions: {}

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@84d0148d9447a6f542fb8ff29b384eddca4184bf # 0.36.1
permissions:
contents: write
pull-requests: write
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions: {}

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@b48521243b3ce4824d46bf414c32d8078171b48b # 0.35.1
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@84d0148d9447a6f542fb8ff29b384eddca4184bf # 0.36.1
permissions:
issues: write
pull-requests: write
Loading