Skip to content

Commit

Permalink
chore(deps): update myrotvorets/composite-actions digest to b2ee801 (#…
Browse files Browse the repository at this point in the history
…1023)

* chore(deps): update myrotvorets/composite-actions digest to b2ee801

* Allow `binaries.sonarsource.com`

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Myrotvorets <support@myrotvorets.center>
  • Loading branch information
renovate[bot] and myrotvorets-team authored Dec 12, 2024
1 parent 3ee7036 commit 355ccff
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
registry.npmjs.org:443
- name: Build and test
uses: myrotvorets/composite-actions/build-test-nodejs@cecb96664cb67f063d11aedb7456874eda7e9028
uses: myrotvorets/composite-actions/build-test-nodejs@b2ee801d40bc37c1303783f99e1fce35fc33bd52
with:
node-version: ${{ matrix.node.version }}
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
registry.npmjs.org:443
- name: Run code style check
uses: myrotvorets/composite-actions/node-run-script@cecb96664cb67f063d11aedb7456874eda7e9028
uses: myrotvorets/composite-actions/node-run-script@b2ee801d40bc37c1303783f99e1fce35fc33bd52
with:
script: lint

Expand All @@ -59,6 +59,6 @@ jobs:
registry.npmjs.org:443
- name: Run type check
uses: myrotvorets/composite-actions/node-run-script@cecb96664cb67f063d11aedb7456874eda7e9028
uses: myrotvorets/composite-actions/node-run-script@b2ee801d40bc37c1303783f99e1fce35fc33bd52
with:
script: typecheck
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
registry.npmjs.org:443
- name: Prepare source
uses: myrotvorets/composite-actions/node-prepublish@cecb96664cb67f063d11aedb7456874eda7e9028
uses: myrotvorets/composite-actions/node-prepublish@b2ee801d40bc37c1303783f99e1fce35fc33bd52

publish:
name: Publish package (${{ matrix.registry }})
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
npm.pkg.github.com:443
- name: Publish package
uses: myrotvorets/composite-actions/node-publish@cecb96664cb67f063d11aedb7456874eda7e9028
uses: myrotvorets/composite-actions/node-publish@b2ee801d40bc37c1303783f99e1fce35fc33bd52
with:
node-auth-token: ${{ secrets[matrix.secret] }}
registry-url: ${{ matrix.registry_url }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
registry.npmjs.org:443

- name: Audit with NPM
uses: myrotvorets/composite-actions/node-package-audit@cecb96664cb67f063d11aedb7456874eda7e9028
uses: myrotvorets/composite-actions/node-package-audit@b2ee801d40bc37c1303783f99e1fce35fc33bd52
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
registry.npmjs.org:443
- name: Build and test
uses: myrotvorets/composite-actions/build-test-nodejs@cecb96664cb67f063d11aedb7456874eda7e9028
uses: myrotvorets/composite-actions/build-test-nodejs@b2ee801d40bc37c1303783f99e1fce35fc33bd52

release:
name: Prepare the release
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/sonarscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
egress-policy: block
allowed-endpoints: >
api.github.com:443
binaries.sonarsource.com:443
github.com:443
npm.pkg.github.com:443
objects.githubusercontent.com:443
Expand All @@ -41,7 +42,7 @@ jobs:
sonarcloud.io:443
- name: Run SonarCloud analysis
uses: myrotvorets/composite-actions/node-sonarscan@cecb96664cb67f063d11aedb7456874eda7e9028
uses: myrotvorets/composite-actions/node-sonarscan@b2ee801d40bc37c1303783f99e1fce35fc33bd52
with:
sonar-token: ${{ secrets.SONAR_TOKEN }}
test-script: 'test:sonarqube'

0 comments on commit 355ccff

Please sign in to comment.