* fix

* fix path
This commit is contained in:
Abubakar Abid 2024-10-05 15:59:25 -07:00 committed by GitHub
parent 4587bc76a2
commit 78a7e91955
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: semgrep/semgrep
options: --volume /.github/semgrep_rules.yaml:/mnt/semgrep_rules.yaml
options: --volume ${{ github.workspace }}/.github/semgrep_rules.yaml:/mnt/semgrep_rules.yaml
outputs:
pr_number: ${{ steps.json.outputs.pr_number }}
sha: ${{ steps.json.outputs.sha }}