We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ad9431 + 67504e3 commit 2c498c2Copy full SHA for 2c498c2
1 file changed
.github/workflows/lint.yml
@@ -18,6 +18,8 @@ jobs:
18
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
19
os: [ubuntu-latest, macos-latest] # doesn't yet work on Windows
20
fail-fast: false
21
+ permissions:
22
+ security-events: write
23
24
steps:
25
- name: Checkout repo
0 commit comments