From 8cf7bd96eca7cd1fad458abc6e2a85a5913eb7e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 01:10:29 +0000 Subject: [PATCH] chore(deps): update myrotvorets/composite-actions digest to c8b83ea --- .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 09ed4a8a..a8c96cf3 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@2db8c71773f3bbd30a079f7afe0c41209ca7bb19 + uses: myrotvorets/composite-actions/node-package-audit@c8b83ea4815d5996c4d6539fbf1bd33705e6f5b5 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@2db8c71773f3bbd30a079f7afe0c41209ca7bb19 + uses: myrotvorets/composite-actions/node-package-audit-retirejs@c8b83ea4815d5996c4d6539fbf1bd33705e6f5b5 diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index 8fd64fb3..4acc2990 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@2db8c71773f3bbd30a079f7afe0c41209ca7bb19 + uses: myrotvorets/composite-actions/build-test-nodejs@c8b83ea4815d5996c4d6539fbf1bd33705e6f5b5 with: node-version: lts/* diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index 4a33db82..0f652430 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@2db8c71773f3bbd30a079f7afe0c41209ca7bb19 + uses: myrotvorets/composite-actions/node-sonarscan@c8b83ea4815d5996c4d6539fbf1bd33705e6f5b5 with: sonar-token: ${{ secrets.SONAR_TOKEN }}