Skip to content

Commit 09d4266

Browse files
committed
Updated build.yml to install the new code-analyzer sf plugin, instead of linking the old sfdx-scanner plugin
1 parent 4b117e5 commit 09d4266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: 'Verify Apex with SFDX Scanner'
7979
run: |
80-
npm run sf:plugins:link:scanner
80+
npx sf plugins install code-analyzer
8181
npm run scan:apex:pmd
8282
8383
# TODO - uncomment - temporarily commented-out due to an issue with apexdocs in the pipeline

0 commit comments

Comments
 (0)