From 36de14cf6c6e3495320ccfa655cf0d95860764f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 23:04:23 +0000 Subject: [PATCH] chore(deps): update myrotvorets/composite-actions digest to 42e521b --- .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 6763d82a..0bb227f5 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@6aa2c0d9b6471fea741d4b28b356682abd90447e + uses: myrotvorets/composite-actions/node-package-audit@42e521bae64035c9a28271371507e8f4a9bfeecf diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index c7866303..36182cc7 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@6aa2c0d9b6471fea741d4b28b356682abd90447e + uses: myrotvorets/composite-actions/build-test-nodejs@42e521bae64035c9a28271371507e8f4a9bfeecf with: node-version: lts/* diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index fb9181dd..4df09870 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@6aa2c0d9b6471fea741d4b28b356682abd90447e + uses: myrotvorets/composite-actions/node-sonarscan@42e521bae64035c9a28271371507e8f4a9bfeecf with: sonar-token: ${{ secrets.SONAR_TOKEN }}