diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aad0c44..6ad9057 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@b2ee801d40bc37c1303783f99e1fce35fc33bd52 + uses: myrotvorets/composite-actions/build-test-nodejs@0365f64c55ccf287705b0190ded0d03c1edf8f4f with: node-version: ${{ matrix.node.version }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 31af4c7..b04466a 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@b2ee801d40bc37c1303783f99e1fce35fc33bd52 + uses: myrotvorets/composite-actions/node-run-script@0365f64c55ccf287705b0190ded0d03c1edf8f4f with: script: lint @@ -59,6 +59,6 @@ jobs: registry.npmjs.org:443 - name: Run type check - uses: myrotvorets/composite-actions/node-run-script@b2ee801d40bc37c1303783f99e1fce35fc33bd52 + uses: myrotvorets/composite-actions/node-run-script@0365f64c55ccf287705b0190ded0d03c1edf8f4f with: script: typecheck diff --git a/.github/workflows/package-audit.yml b/.github/workflows/package-audit.yml index 3855605..758a272 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@b2ee801d40bc37c1303783f99e1fce35fc33bd52 + uses: myrotvorets/composite-actions/node-package-audit@0365f64c55ccf287705b0190ded0d03c1edf8f4f diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4c79333..2a8709d 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@b2ee801d40bc37c1303783f99e1fce35fc33bd52 + uses: myrotvorets/composite-actions/node-prepublish@0365f64c55ccf287705b0190ded0d03c1edf8f4f 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@b2ee801d40bc37c1303783f99e1fce35fc33bd52 + uses: myrotvorets/composite-actions/node-publish@0365f64c55ccf287705b0190ded0d03c1edf8f4f 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 fead814..efcc112 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@b2ee801d40bc37c1303783f99e1fce35fc33bd52 + uses: myrotvorets/composite-actions/build-test-nodejs@0365f64c55ccf287705b0190ded0d03c1edf8f4f release: name: Prepare the release diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index 7efc4ba..ba168e2 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@b2ee801d40bc37c1303783f99e1fce35fc33bd52 + uses: myrotvorets/composite-actions/node-sonarscan@0365f64c55ccf287705b0190ded0d03c1edf8f4f with: sonar-token: ${{ secrets.SONAR_TOKEN }} test-script: 'test:sonarqube'