diff --git a/.github/workflows/package-audit.yml b/.github/workflows/package-audit.yml index 2d808ea3..6b063989 100644 --- a/.github/workflows/package-audit.yml +++ b/.github/workflows/package-audit.yml @@ -28,7 +28,7 @@ jobs: registry.npmjs.org:443 - name: Audit with NPM - uses: myrotvorets/composite-actions/node-package-audit@1d881f1dab4c7ab2b45d1dbb2b9533ed70afaac1 + uses: myrotvorets/composite-actions/node-package-audit@2db8c71773f3bbd30a079f7afe0c41209ca7bb19 audit-retire: name: RetireJS Check @@ -41,4 +41,4 @@ jobs: egress-policy: audit - name: Audit with Retire.js - uses: myrotvorets/composite-actions/node-package-audit-retirejs@1d881f1dab4c7ab2b45d1dbb2b9533ed70afaac1 + uses: myrotvorets/composite-actions/node-package-audit-retirejs@2db8c71773f3bbd30a079f7afe0c41209ca7bb19 diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index 4001403f..8ffb8590 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@1d881f1dab4c7ab2b45d1dbb2b9533ed70afaac1 + uses: myrotvorets/composite-actions/build-test-nodejs@2db8c71773f3bbd30a079f7afe0c41209ca7bb19 with: node-version: lts/* diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index d8f09e2c..70bca98c 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@1d881f1dab4c7ab2b45d1dbb2b9533ed70afaac1 + uses: myrotvorets/composite-actions/node-sonarscan@2db8c71773f3bbd30a079f7afe0c41209ca7bb19 with: sonar-token: ${{ secrets.SONAR_TOKEN }}