diff --git a/.github/workflows/package-audit.yml b/.github/workflows/package-audit.yml index 22e26969..e9b78522 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@42e521bae64035c9a28271371507e8f4a9bfeecf + uses: myrotvorets/composite-actions/node-package-audit@85c640fcc951d6a5fd6c9660f8334e22ceaf2959 diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index fcce485b..b3fae9e9 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@42e521bae64035c9a28271371507e8f4a9bfeecf + uses: myrotvorets/composite-actions/build-test-nodejs@85c640fcc951d6a5fd6c9660f8334e22ceaf2959 with: node-version: lts/* diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index 48d63e5b..d7119680 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@42e521bae64035c9a28271371507e8f4a9bfeecf + uses: myrotvorets/composite-actions/node-sonarscan@85c640fcc951d6a5fd6c9660f8334e22ceaf2959 with: sonar-token: ${{ secrets.SONAR_TOKEN }}