We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddca188 commit a9dac39Copy full SHA for a9dac39
1 file changed
.github/workflows/npmPublish.yml
@@ -144,7 +144,7 @@ jobs:
144
uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
145
- name: Install dependencies with npm
146
if: inputs.packageManager == 'npm'
147
- uses: salesforcecli/github-workflows/.github/actions/npmInstallWithRetries@main
+ uses: salesforcecli/github-workflows/.github/actions/npmInstallWithRetries@sm/monorepo-npm-publishes
148
- name: Vulnerability check
149
if: inputs.vulnerabilityCheck
150
# Temporary check for known vulnerable packages from the following supply chain attacks:
0 commit comments