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 5c0e83b #752

Merged
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/package-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
registry.npmjs.org:443

- name: Audit with NPM
uses: myrotvorets/composite-actions/node-package-audit@0c9bf0fc8a154aa4ea0e3485b433f6fa8920e527
uses: myrotvorets/composite-actions/node-package-audit@5c0e83bf1730b69cd2abe553d0f247b7e54443d1
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
egress-policy: audit

- name: Build and test
uses: myrotvorets/composite-actions/build-test-nodejs@0c9bf0fc8a154aa4ea0e3485b433f6fa8920e527
uses: myrotvorets/composite-actions/build-test-nodejs@5c0e83bf1730b69cd2abe553d0f247b7e54443d1
with:
node-version: lts/*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
egress-policy: audit

- name: Run SonarScanner Analysis
uses: myrotvorets/composite-actions/node-sonarscan@0c9bf0fc8a154aa4ea0e3485b433f6fa8920e527
uses: myrotvorets/composite-actions/node-sonarscan@5c0e83bf1730b69cd2abe553d0f247b7e54443d1
with:
sonar-token: ${{ secrets.SONAR_TOKEN }}