From 9193698011fcbdaaf1179cd9cff1de847e6b719f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 19:50:58 +0000 Subject: [PATCH] chore(deps): update myrotvorets/composite-actions digest to 90de8dd --- .github/workflows/package-audit.yml | 2 +- .github/workflows/sonarscan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package-audit.yml b/.github/workflows/package-audit.yml index 63294898..ff2513f7 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@85c640fcc951d6a5fd6c9660f8334e22ceaf2959 + uses: myrotvorets/composite-actions/node-package-audit@90de8dd0f5629450c423d65eedaf1b59ef9854d8 diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index 6a5e60da..43e82bac 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@85c640fcc951d6a5fd6c9660f8334e22ceaf2959 + uses: myrotvorets/composite-actions/node-sonarscan@90de8dd0f5629450c423d65eedaf1b59ef9854d8 with: sonar-token: ${{ secrets.SONAR_TOKEN }} test-script: test:coverage