diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 00209e10..4cd2894c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,4 +6,4 @@ on: jobs: test: - uses: semantic-release-action/typescript/.github/workflows/ci.yml@v3 + uses: semantic-release-action/typescript/.github/workflows/ci.yml@1d40c29e2d500f3bcceeb13f95d26a3a1b571f51 # v3.0.20 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 132951c0..1276a190 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ on: jobs: release: - uses: semantic-release-action/typescript/.github/workflows/release.yml@v3 + uses: semantic-release-action/typescript/.github/workflows/release.yml@1d40c29e2d500f3bcceeb13f95d26a3a1b571f51 # v3.0.20 secrets: npm-token: ${{ secrets.NPM_TOKEN }} with: