File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969
7070 # Upload the results to GitHub's code scanning dashboard.
7171 - name : " Upload to code-scanning"
72- uses : github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
72+ uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
7373 with :
7474 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ repos:
3838 - id : text-unicode-replacement-char
3939
4040- repo : https://github.com/codespell-project/codespell
41- rev : v2.4.1
41+ rev : v2.4.2
4242 hooks :
4343 - id : codespell
4444 args : ["-L", "nd"] # ignore "nd" used for n-dimensional
4545 additional_dependencies :
4646 - tomli
4747
4848- repo : https://github.com/psf/black
49- rev : 26.1 .0
49+ rev : 26.3 .0
5050 hooks :
5151 - id : black
5252 exclude : " _vendored/conv_template.py"
7373 - flake8-bugbear==25.11.29
7474
7575- repo : https://github.com/pycqa/isort
76- rev : 8.0.0
76+ rev : 8.0.1
7777 hooks :
7878 - id : isort
7979 name : isort (python)
You can’t perform that action at this time.
0 commit comments