Skip to content
4 changes: 2 additions & 2 deletions .github/workflows/analyze-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ permissions:
jobs:
analyze-commits:
name: Generate docs and coverage report
uses: fingerprintjs/dx-team-toolkit/.github/workflows/analyze-commits.yml@v1
uses: fingerprintjs/dx-team-toolkit/.github/workflows/analyze-commits.yml@0de982832e53cff28e272cee33547b039f5193c8
with:
previewNotes: false

preview-changeset:
name: Preview changeset
uses: fingerprintjs/dx-team-toolkit/.github/workflows/preview-changeset-release.yml@v1
uses: fingerprintjs/dx-team-toolkit/.github/workflows/preview-changeset-release.yml@0de982832e53cff28e272cee33547b039f5193c8
with:
pr-title: ${{ github.event.pull_request.title }}

2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:
jobs:
build-and-check:
name: Build project and run CI checks
uses: fingerprintjs/dx-team-toolkit/.github/workflows/build-typescript-project.yml@v1
uses: fingerprintjs/dx-team-toolkit/.github/workflows/build-typescript-project.yml@0de982832e53cff28e272cee33547b039f5193c8
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
coverage-report:
name: Coverage report
uses: fingerprintjs/dx-team-toolkit/.github/workflows/docs-and-coverage.yml@v1
uses: fingerprintjs/dx-team-toolkit/.github/workflows/docs-and-coverage.yml@0de982832e53cff28e272cee33547b039f5193c8
with:
prepare-gh-pages-commands: |
mv docs/* ./gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

build:
name: 'Build sdk'
uses: fingerprintjs/dx-team-toolkit/.github/workflows/build-typescript-project.yml@v1
uses: fingerprintjs/dx-team-toolkit/.github/workflows/build-typescript-project.yml@0de982832e53cff28e272cee33547b039f5193c8
with:
artifactName: node-sdk-artifact
artifactPath: ./dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
build-and-release:
name: 'Build project, run CI checks and publish new release'
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-sdk-changesets.yml@v1
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-sdk-changesets.yml@0de982832e53cff28e272cee33547b039f5193c8
with:
appId: ${{ vars.APP_ID }}
runnerAppId: ${{ vars.RUNNER_APP_ID }}
Expand Down
Loading