pragmatic-bear / sfdx-code-review-action

GitHub Pull Request code review using Salesforce Code Analyzer
MIT License
8 stars 4 forks source link

Dependencies lock file is not found - error when scanning #12

Open Balakrishna-Rao opened 2 months ago

Balakrishna-Rao commented 2 months ago

Hi,

I have tried to use this snipped in our github action: but it was failing with the dependencies lock file error.

image

name: PMDCodescanner on: workflow_dispatch: pull_request: types: [opened, synchronize, reopened] branches: [master] jobs: review: name: ReviewSource runs-on: elisa-normal steps: