Skip to content

Commit 122bec0

Browse files
authored
Merge pull request #23 from advanced-security/aegilops-patch-1
Update lint_win.yml
2 parents 2c498c2 + 4378b55 commit 122bec0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint_win.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
python-version: ['3.10']
1212
os: [windows-latest] # this will fail on Windows currently
1313
fail-fast: false
14+
permissions:
15+
security-events: write
1416

1517
steps:
1618
# 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:
2527
uses: advanced-security/python-lint-code-scanning-action@main
2628
with:
2729
linter: ${{ matrix.linter }}
28-
python-version: ${{ matrix.python-version }}
30+
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)