File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 # Upload the results to GitHub's code scanning dashboard (optional).
7878 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7979 - name: "Upload to code-scanning"
80- uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
80+ uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
8181 with:
8282 sarif_file: results.sarif
8383{% - endraw %}
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ version = "*"
1313[package.host-dependencies]
1414python = ">={{ minimal_python_version.replace('py3', '3.') }}"
1515hatchling = "*"
16+ uv = "*"
1617
1718[dependencies]
1819{{ project_slug if "." not in project_slug else ('"' ~ project_slug ~ '"') }} = { path = "." }
You can’t perform that action at this time.
0 commit comments