From 85faeb70ee6e0f22afbd970e6750fa75e159622f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 02:49:44 +0000 Subject: [PATCH] chore(deps): update myrotvorets/composite-actions digest to 2db8c71 --- .github/workflows/package-audit.yml | 4 ++-- .github/workflows/push-tag.yml | 2 +- .github/workflows/sonarscan.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 }}