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 081c170 commit c812c25Copy full SHA for c812c25
.github/workflows/lint_win.yml
@@ -17,7 +17,7 @@ jobs:
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
19
# upgrade pip, so that we can install flake8_sarif_formatter properly from the git repo
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
21
- name: Install pip dependencies
22
run: |
23
python3 -mpip install -q --upgrade pip
0 commit comments