File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6868 # Upload the results to GitHub's code scanning dashboard (optional).
6969 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070 - name : " Upload to code-scanning"
71- uses : github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
71+ uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
7272 with :
7373 sarif_file : results.sarif
Original file line number Diff line number Diff line change 44
55repos :
66 - repo : https://github.com/astral-sh/ruff-pre-commit
7- rev : " v0.7.0 "
7+ rev : " v0.7.1 "
88 hooks :
99 - id : ruff
1010 args : [--fix, --show-fixes]
1313 types_or : [python, pyi, jupyter]
1414
1515 - repo : https://github.com/adamchainz/blacken-docs
16- rev : " 1.19.0 "
16+ rev : " 1.19.1 "
1717 hooks :
1818 - id : blacken-docs
1919 additional_dependencies : [black==23.*]
You can’t perform that action at this time.
0 commit comments