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.
2 parents 2c498c2 + 4378b55 commit 122bec0Copy full SHA for 122bec0
.github/workflows/lint_win.yml
@@ -11,6 +11,8 @@ jobs:
11
python-version: ['3.10']
12
os: [windows-latest] # this will fail on Windows currently
13
fail-fast: false
14
+ permissions:
15
+ security-events: write
16
17
steps:
18
# install dependencies for all linters, then run the linter, so we don't get import failures when the linters scan the code
@@ -25,4 +27,4 @@ jobs:
25
27
uses: advanced-security/python-lint-code-scanning-action@main
26
28
with:
29
linter: ${{ matrix.linter }}
- python-version: ${{ matrix.python-version }}
30
+ python-version: ${{ matrix.python-version }}
0 commit comments