Skip to content

Commit

Permalink
chore(deps): update myrotvorets/composite-actions digest to c8b83ea
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 24, 2023
1 parent 7987715 commit 8cf7bd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
registry.npmjs.org:443

- name: Audit with NPM
uses: myrotvorets/composite-actions/node-package-audit@2db8c71773f3bbd30a079f7afe0c41209ca7bb19
uses: myrotvorets/composite-actions/node-package-audit@c8b83ea4815d5996c4d6539fbf1bd33705e6f5b5

audit-retire:
name: RetireJS Check
Expand All @@ -41,4 +41,4 @@ jobs:
egress-policy: audit

- name: Audit with Retire.js
uses: myrotvorets/composite-actions/node-package-audit-retirejs@2db8c71773f3bbd30a079f7afe0c41209ca7bb19
uses: myrotvorets/composite-actions/node-package-audit-retirejs@c8b83ea4815d5996c4d6539fbf1bd33705e6f5b5
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@2db8c71773f3bbd30a079f7afe0c41209ca7bb19
uses: myrotvorets/composite-actions/build-test-nodejs@c8b83ea4815d5996c4d6539fbf1bd33705e6f5b5
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@2db8c71773f3bbd30a079f7afe0c41209ca7bb19
uses: myrotvorets/composite-actions/node-sonarscan@c8b83ea4815d5996c4d6539fbf1bd33705e6f5b5
with:
sonar-token: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 8cf7bd9

Please sign in to comment.