From 77d8a7ceb06d5bfb0df80c82ecea74bdc77318cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:06:57 +0000 Subject: [PATCH] chore(deps): update myrotvorets/composite-actions digest to 8e423ca --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/npm-publish.yml | 4 ++-- .github/workflows/package-audit.yml | 2 +- .github/workflows/push-tag.yml | 2 +- .github/workflows/sonarscan.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee84a15..3b69bb0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,6 +41,6 @@ jobs: registry.npmjs.org:443 - name: Build and test - uses: myrotvorets/composite-actions/build-test-nodejs@0365f64c55ccf287705b0190ded0d03c1edf8f4f + uses: myrotvorets/composite-actions/build-test-nodejs@8e423cac816839af16f48124a99e9086a0686d59 with: node-version: ${{ matrix.node.version }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b04466a..f9d4bb3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: registry.npmjs.org:443 - name: Run code style check - uses: myrotvorets/composite-actions/node-run-script@0365f64c55ccf287705b0190ded0d03c1edf8f4f + uses: myrotvorets/composite-actions/node-run-script@8e423cac816839af16f48124a99e9086a0686d59 with: script: lint @@ -59,6 +59,6 @@ jobs: registry.npmjs.org:443 - name: Run type check - uses: myrotvorets/composite-actions/node-run-script@0365f64c55ccf287705b0190ded0d03c1edf8f4f + uses: myrotvorets/composite-actions/node-run-script@8e423cac816839af16f48124a99e9086a0686d59 with: script: typecheck diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2738f30..e554651 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -39,7 +39,7 @@ jobs: registry.npmjs.org:443 - name: Prepare source - uses: myrotvorets/composite-actions/node-prepublish@0365f64c55ccf287705b0190ded0d03c1edf8f4f + uses: myrotvorets/composite-actions/node-prepublish@8e423cac816839af16f48124a99e9086a0686d59 publish: name: Publish package (${{ matrix.registry }}) @@ -79,7 +79,7 @@ jobs: npm.pkg.github.com:443 - name: Publish package - uses: myrotvorets/composite-actions/node-publish@0365f64c55ccf287705b0190ded0d03c1edf8f4f + uses: myrotvorets/composite-actions/node-publish@8e423cac816839af16f48124a99e9086a0686d59 with: node-auth-token: ${{ secrets[matrix.secret] }} registry-url: ${{ matrix.registry_url }} diff --git a/.github/workflows/package-audit.yml b/.github/workflows/package-audit.yml index 758a272..cce0aad 100644 --- a/.github/workflows/package-audit.yml +++ b/.github/workflows/package-audit.yml @@ -30,4 +30,4 @@ jobs: registry.npmjs.org:443 - name: Audit with NPM - uses: myrotvorets/composite-actions/node-package-audit@0365f64c55ccf287705b0190ded0d03c1edf8f4f + uses: myrotvorets/composite-actions/node-package-audit@8e423cac816839af16f48124a99e9086a0686d59 diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index 1685af3..154ecaf 100644 --- a/.github/workflows/push-tag.yml +++ b/.github/workflows/push-tag.yml @@ -34,7 +34,7 @@ jobs: registry.npmjs.org:443 - name: Build and test - uses: myrotvorets/composite-actions/build-test-nodejs@0365f64c55ccf287705b0190ded0d03c1edf8f4f + uses: myrotvorets/composite-actions/build-test-nodejs@8e423cac816839af16f48124a99e9086a0686d59 release: name: Prepare the release diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index 55618be..81bcc9a 100644 --- a/.github/workflows/sonarscan.yml +++ b/.github/workflows/sonarscan.yml @@ -42,7 +42,7 @@ jobs: sonarcloud.io:443 - name: Run SonarCloud analysis - uses: myrotvorets/composite-actions/node-sonarscan@0365f64c55ccf287705b0190ded0d03c1edf8f4f + uses: myrotvorets/composite-actions/node-sonarscan@8e423cac816839af16f48124a99e9086a0686d59 with: sonar-token: ${{ secrets.SONAR_TOKEN }} test-script: 'test:sonarqube'