Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update myrotvorets/composite-actions digest to 8e423ca #783

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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 }}
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@0365f64c55ccf287705b0190ded0d03c1edf8f4f
uses: myrotvorets/composite-actions/node-run-script@8e423cac816839af16f48124a99e9086a0686d59
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@0365f64c55ccf287705b0190ded0d03c1edf8f4f
uses: myrotvorets/composite-actions/node-run-script@8e423cac816839af16f48124a99e9086a0686d59
with:
script: typecheck
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@0365f64c55ccf287705b0190ded0d03c1edf8f4f
uses: myrotvorets/composite-actions/node-package-audit@8e423cac816839af16f48124a99e9086a0686d59
4 changes: 2 additions & 2 deletions .github/workflows/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@0365f64c55ccf287705b0190ded0d03c1edf8f4f
uses: myrotvorets/composite-actions/node-prepublish@8e423cac816839af16f48124a99e9086a0686d59

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@0365f64c55ccf287705b0190ded0d03c1edf8f4f
uses: myrotvorets/composite-actions/node-publish@8e423cac816839af16f48124a99e9086a0686d59
with:
node-auth-token: ${{ secrets[matrix.secret] }}
registry-url: ${{ matrix.registry_url }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fetch-depth: 0

- 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:coverage'
Loading