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.
1 parent f140cde commit 2010213Copy full SHA for 2010213
.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
29
python3 -mpip install -q flake8 pylint ruff mypy pytype pyright fixit pyre-check
30
python3 -mpip install -q flake8-sarif-formatter
31
- name: Run Python Lint
32
- uses: advanced-security/python-lint-code-scanning-action@4e3d9340779085d236467b41f265e6b4e1de2d73
+ uses: advanced-security/python-lint-code-scanning-action@fix-typeshed-and-token
33
with:
34
linter: ${{ matrix.linter }}
35
python-version: ${{ matrix.python-version }}
0 commit comments