diff --git a/.github/workflows/package-audit.yml b/.github/workflows/package-audit.yml index 33a82184..284b6990 100644 --- a/.github/workflows/package-audit.yml +++ b/.github/workflows/package-audit.yml @@ -27,4 +27,4 @@ jobs: registry.npmjs.org:443 - name: Audit with NPM - uses: myrotvorets/composite-actions/node-package-audit@b964a71618ff00079854d515cc02d1d6c9f5f191 + uses: myrotvorets/composite-actions/node-package-audit@a4569ba2c6b7ab6ea2660ed5a63b2a8e7353d02d diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index e25c4074..f4fbb328 100644 --- a/.github/workflows/sonarscan.yml +++ b/.github/workflows/sonarscan.yml @@ -27,7 +27,7 @@ jobs: egress-policy: audit - name: Run SonarScanner Analysis - uses: myrotvorets/composite-actions/node-sonarscan@b964a71618ff00079854d515cc02d1d6c9f5f191 + uses: myrotvorets/composite-actions/node-sonarscan@a4569ba2c6b7ab6ea2660ed5a63b2a8e7353d02d with: sonar-token: ${{ secrets.SONAR_TOKEN }} test-script: test:coverage