diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 795d87f..bde76c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,6 @@ jobs: registry.npmjs.org:443 - name: Build and test - uses: myrotvorets/composite-actions/build-test-nodejs@09d255375687c98c9cf23c50104bebb44d281923 + uses: myrotvorets/composite-actions/build-test-nodejs@cecb96664cb67f063d11aedb7456874eda7e9028 with: node-version: ${{ matrix.node.version }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 65a713e..d95623d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: registry.npmjs.org:443 - name: Run code style check - uses: myrotvorets/composite-actions/node-run-script@09d255375687c98c9cf23c50104bebb44d281923 + uses: myrotvorets/composite-actions/node-run-script@cecb96664cb67f063d11aedb7456874eda7e9028 with: script: lint @@ -59,6 +59,6 @@ jobs: registry.npmjs.org:443 - name: Run type check - uses: myrotvorets/composite-actions/node-run-script@09d255375687c98c9cf23c50104bebb44d281923 + uses: myrotvorets/composite-actions/node-run-script@cecb96664cb67f063d11aedb7456874eda7e9028 with: script: typecheck diff --git a/.github/workflows/package-audit.yml b/.github/workflows/package-audit.yml index e7ee8a1..e5289f0 100644 --- a/.github/workflows/package-audit.yml +++ b/.github/workflows/package-audit.yml @@ -30,4 +30,4 @@ jobs: registry.npmjs.org:443 - name: Audit with NPM - uses: myrotvorets/composite-actions/node-package-audit@09d255375687c98c9cf23c50104bebb44d281923 + uses: myrotvorets/composite-actions/node-package-audit@cecb96664cb67f063d11aedb7456874eda7e9028 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8825abf..7108550 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: registry.npmjs.org:443 - name: Prepare source - uses: myrotvorets/composite-actions/node-prepublish@09d255375687c98c9cf23c50104bebb44d281923 + uses: myrotvorets/composite-actions/node-prepublish@cecb96664cb67f063d11aedb7456874eda7e9028 publish: name: Publish package (${{ matrix.registry }}) @@ -69,7 +69,7 @@ jobs: npm.pkg.github.com:443 - name: Publish package - uses: myrotvorets/composite-actions/node-publish@09d255375687c98c9cf23c50104bebb44d281923 + uses: myrotvorets/composite-actions/node-publish@cecb96664cb67f063d11aedb7456874eda7e9028 with: node-auth-token: ${{ secrets[matrix.secret] }} registry-url: ${{ matrix.registry_url }} diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index eb1b1df..bcf463c 100644 --- a/.github/workflows/push-tag.yml +++ b/.github/workflows/push-tag.yml @@ -28,7 +28,7 @@ jobs: registry.npmjs.org:443 - name: Build and test - uses: myrotvorets/composite-actions/build-test-nodejs@09d255375687c98c9cf23c50104bebb44d281923 + uses: myrotvorets/composite-actions/build-test-nodejs@cecb96664cb67f063d11aedb7456874eda7e9028 release: name: Prepare the release diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index 5426180..108c81c 100644 --- a/.github/workflows/sonarscan.yml +++ b/.github/workflows/sonarscan.yml @@ -45,7 +45,7 @@ jobs: fetch-depth: 0 - name: Run SonarCloud analysis - uses: myrotvorets/composite-actions/node-sonarscan@09d255375687c98c9cf23c50104bebb44d281923 + uses: myrotvorets/composite-actions/node-sonarscan@cecb96664cb67f063d11aedb7456874eda7e9028 with: sonar-token: ${{ secrets.SONAR_TOKEN }} test-script: 'test:sonarqube'