We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9462a62 commit 9c20161Copy full SHA for 9c20161
1 file changed
.github/workflows/build.yml
@@ -10,6 +10,8 @@ jobs:
10
lint:
11
name: Lint
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: read
15
steps:
16
- name: Checkout code
17
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -27,6 +29,8 @@ jobs:
27
29
matrix:
28
30
os: [ubuntu-latest, macos-latest, windows-latest]
31
runs-on: ${{ matrix.os }}
32
33
34
35
36
0 commit comments