From 3bd699ca053efc728ae890d8cd5b09240ae24163 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:36:52 +0000 Subject: [PATCH] chore(deps): update myrotvorets/composite-actions digest to 577e9ac --- .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 085ca56..e8c9180 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@931ae3fec4810f7d263d28f6cf12159080b76208 + uses: myrotvorets/composite-actions/build-test-nodejs@577e9ac47668bee09d45beefe083d17fd318ce6f with: node-version: ${{ matrix.node.version }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 57fb9f3..5da549d 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@931ae3fec4810f7d263d28f6cf12159080b76208 + uses: myrotvorets/composite-actions/node-run-script@577e9ac47668bee09d45beefe083d17fd318ce6f with: script: lint @@ -59,6 +59,6 @@ jobs: registry.npmjs.org:443 - name: Run type check - uses: myrotvorets/composite-actions/node-run-script@931ae3fec4810f7d263d28f6cf12159080b76208 + uses: myrotvorets/composite-actions/node-run-script@577e9ac47668bee09d45beefe083d17fd318ce6f with: script: typecheck diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index a4310c3..c648575 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@931ae3fec4810f7d263d28f6cf12159080b76208 + uses: myrotvorets/composite-actions/node-prepublish@577e9ac47668bee09d45beefe083d17fd318ce6f 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@931ae3fec4810f7d263d28f6cf12159080b76208 + uses: myrotvorets/composite-actions/node-publish@577e9ac47668bee09d45beefe083d17fd318ce6f 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 ffad6a7..4493be2 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@931ae3fec4810f7d263d28f6cf12159080b76208 + uses: myrotvorets/composite-actions/node-package-audit@577e9ac47668bee09d45beefe083d17fd318ce6f diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index d770de9..91233d4 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@931ae3fec4810f7d263d28f6cf12159080b76208 + uses: myrotvorets/composite-actions/build-test-nodejs@577e9ac47668bee09d45beefe083d17fd318ce6f release: name: Prepare the release diff --git a/.github/workflows/sonarscan.yml b/.github/workflows/sonarscan.yml index b1b1e73..651f61d 100644 --- a/.github/workflows/sonarscan.yml +++ b/.github/workflows/sonarscan.yml @@ -41,7 +41,7 @@ jobs: sonarcloud.io:443 - name: Run SonarCloud analysis - uses: myrotvorets/composite-actions/node-sonarscan@931ae3fec4810f7d263d28f6cf12159080b76208 + uses: myrotvorets/composite-actions/node-sonarscan@577e9ac47668bee09d45beefe083d17fd318ce6f with: sonar-token: ${{ secrets.SONAR_TOKEN }} test-script: 'test:sonarqube'