Skip to content

Commit 67504e3

Browse files
authored
Update lint.yml
1 parent 9eba19f commit 67504e3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
- cron: '22 3 * * 2'
1010
workflow_dispatch:
1111

12-
permissions:
13-
contents: read
14-
1512
jobs:
1613
lint:
1714
runs-on: ${{ matrix.os }}
@@ -21,6 +18,8 @@ jobs:
2118
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
2219
os: [ubuntu-latest, macos-latest] # doesn't yet work on Windows
2320
fail-fast: false
21+
permissions:
22+
security-events: write
2423

2524
steps:
2625
- name: Checkout repo

0 commit comments

Comments
 (0)