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.
codeql-action
v2
1 parent 0c78770 commit d8185e6Copy full SHA for d8185e6
README.md
@@ -26,6 +26,10 @@ jobs:
26
uses: MetaMask/action-security-code-scanner/.github/workflows/security-scan.yml@v2
27
with:
28
scanner-ref: v2
29
+ permissions:
30
+ actions: read
31
+ contents: read
32
+ security-events: write
33
```
34
35
The workflow will:
packages/codeql-action/README.md
@@ -42,10 +42,10 @@ name: Security Scan
42
on: [push, pull_request]
43
44
jobs:
45
- security:
46
- uses: metamask/security-codescanner-monorepo/.github/workflows/security-scan.yml@main
+ security-scan:
+ uses: MetaMask/action-security-code-scanner/.github/workflows/security-scan.yml@v2
47
48
- repo: ${{ github.repository }}
+ scanner-ref: v2
49
permissions:
50
actions: read
51
contents: read
0 commit comments