File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ jobs:
4545 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4646 with :
4747 persist-credentials : false
48- - uses : astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0 .0
48+ - uses : astral-sh/ruff-action@278981a28ce3188b1e39527901f38254bf3aac89 # v4.1 .0
4949 with :
5050 version-file : ' pyproject.toml'
5151 args : ' check'
52- - uses : astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0 .0
52+ - uses : astral-sh/ruff-action@278981a28ce3188b1e39527901f38254bf3aac89 # v4.1 .0
5353 with :
5454 version-file : ' pyproject.toml'
5555 args : ' format --check --diff'
Original file line number Diff line number Diff line change 7575 # Upload the results to GitHub's code scanning dashboard (optional).
7676 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7777 - name : ' Upload to code-scanning'
78- uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
78+ uses : github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
7979 with :
8080 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments