We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f91bc commit 23b7021Copy full SHA for 23b7021
.github/workflows/security-scan.yml
@@ -140,7 +140,7 @@ jobs:
140
uses: actions/checkout@v4
141
with:
142
repository: MetaMask/experimental-security-codescanner-monorepo
143
- ref: ${{ inputs.scanner_ref || 'semgrep-v3' }}
+ ref: ${{ inputs.scanner_ref || 'main' }}
144
path: ${{ env.MONOREPO_PATH }}
145
146
- name: Checkout target repository
0 commit comments