diff --git a/.github/workflows/package-audit.yml b/.github/workflows/package-audit.yml index 4bd31b83..f43fd621 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@3ef6c31897fb78783a39f42456ce91ea2b3a03ee + uses: myrotvorets/composite-actions/node-package-audit@0c9bf0fc8a154aa4ea0e3485b433f6fa8920e527 diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index 89806fd4..b10b1c53 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@3ef6c31897fb78783a39f42456ce91ea2b3a03ee + uses: myrotvorets/composite-actions/build-test-nodejs@0c9bf0fc8a154aa4ea0e3485b433f6fa8920e527 with: node-version: lts/* diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index 6cd7b270..bbca2f33 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@3ef6c31897fb78783a39f42456ce91ea2b3a03ee + uses: myrotvorets/composite-actions/node-sonarscan@0c9bf0fc8a154aa4ea0e3485b433f6fa8920e527 with: sonar-token: ${{ secrets.SONAR_TOKEN }}