diff --git a/.github/workflows/package-audit.yml b/.github/workflows/package-audit.yml index 6763d82a..0bb227f5 100644 --- a/.github/workflows/package-audit.yml +++ b/.github/workflows/package-audit.yml @@ -26,4 +26,4 @@ jobs: registry.npmjs.org:443 - name: Audit with NPM - uses: myrotvorets/composite-actions/node-package-audit@6aa2c0d9b6471fea741d4b28b356682abd90447e + uses: myrotvorets/composite-actions/node-package-audit@42e521bae64035c9a28271371507e8f4a9bfeecf diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index c7866303..36182cc7 100644 --- a/.github/workflows/push-tag.yml +++ b/.github/workflows/push-tag.yml @@ -47,7 +47,7 @@ jobs: egress-policy: audit - name: Build and test - uses: myrotvorets/composite-actions/build-test-nodejs@6aa2c0d9b6471fea741d4b28b356682abd90447e + uses: myrotvorets/composite-actions/build-test-nodejs@42e521bae64035c9a28271371507e8f4a9bfeecf with: node-version: lts/* diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index fb9181dd..4df09870 100644 --- a/.github/workflows/sonarscan.yml +++ b/.github/workflows/sonarscan.yml @@ -27,6 +27,6 @@ jobs: egress-policy: audit - name: Run SonarScanner Analysis - uses: myrotvorets/composite-actions/node-sonarscan@6aa2c0d9b6471fea741d4b28b356682abd90447e + uses: myrotvorets/composite-actions/node-sonarscan@42e521bae64035c9a28271371507e8f4a9bfeecf with: sonar-token: ${{ secrets.SONAR_TOKEN }}