We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9dac39 commit c83b35cCopy full SHA for c83b35c
.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@sm/monorepo-npm-publishes
+ uses: salesforcecli/github-workflows/.github/actions/npmInstallWithRetries@main
148
- name: Vulnerability check
149
if: inputs.vulnerabilityCheck
150
# Temporary check for known vulnerable packages from the following supply chain attacks:
0 commit comments