diff --git a/.github/workflows/analyze-commits.yml b/.github/workflows/analyze-commits.yml index f9cf8bac..fb8dbca5 100644 --- a/.github/workflows/analyze-commits.yml +++ b/.github/workflows/analyze-commits.yml @@ -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 }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69e04757..c22f4635 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/coverage-report.yml b/.github/workflows/coverage-report.yml index 05766234..e3f5b094 100644 --- a/.github/workflows/coverage-report.yml +++ b/.github/workflows/coverage-report.yml @@ -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 diff --git a/.github/workflows/functional_tests.yml b/.github/workflows/functional_tests.yml index 4593f6c8..15875b2f 100644 --- a/.github/workflows/functional_tests.yml +++ b/.github/workflows/functional_tests.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78da988f..1c998772 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}