From 1599846dbe77180ce7c8137b5ae2733c93e217b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:14:23 +0000 Subject: [PATCH] chore(deps): update myrotvorets/composite-actions digest to 6aa2c0d --- .github/workflows/package-audit.yml | 2 +- .github/workflows/push-tag.yml | 2 +- .github/workflows/sonarscan.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package-audit.yml b/.github/workflows/package-audit.yml index 48416852..6763d82a 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@5c0e83bf1730b69cd2abe553d0f247b7e54443d1 + uses: myrotvorets/composite-actions/node-package-audit@6aa2c0d9b6471fea741d4b28b356682abd90447e diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index 42c11a6d..6af9a89f 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@5c0e83bf1730b69cd2abe553d0f247b7e54443d1 + uses: myrotvorets/composite-actions/build-test-nodejs@6aa2c0d9b6471fea741d4b28b356682abd90447e with: node-version: lts/* diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index 7df9880d..fb9181dd 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@5c0e83bf1730b69cd2abe553d0f247b7e54443d1 + uses: myrotvorets/composite-actions/node-sonarscan@6aa2c0d9b6471fea741d4b28b356682abd90447e with: sonar-token: ${{ secrets.SONAR_TOKEN }}