Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template/.github/workflows/scorecard.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
with:
sarif_file: results.sarif
{%- endraw %}
1 change: 1 addition & 0 deletions template/pixi.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ version = "*"
[package.host-dependencies]
python = ">={{ minimal_python_version.replace('py3', '3.') }}"
hatchling = "*"
uv = "*"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is because of a breaking change in pixi-build-python 0.5.0. currently discussing with Ruben Arts (@ruben-arts) that we should include the pixi build backend in the lockfile as well


[dependencies]
{{ project_slug if "." not in project_slug else ('"' ~ project_slug ~ '"') }} = { path = "." }
Expand Down