We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2e2eb commit 2a4885eCopy full SHA for 2a4885e
.github/workflows/check.yml
@@ -2,9 +2,13 @@ name: Check compilation
2
3
on: [push, pull_request]
4
5
+permissions: {} # lock everything by default (least-privilege)
6
+
7
jobs:
8
build:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: read
12
13
steps:
14
- name: Checkout repository
.github/workflows/security-code-scanner.yml
@@ -15,6 +15,8 @@ on:
15
required: false
16
workflow_dispatch:
17
18
19
20
21
security-scan:
22
uses: MetaMask/action-security-code-scanner/.github/workflows/security-scan.yml@v2
0 commit comments