Skip to content

Commit 0691f7f

Browse files
Auto-update gh-actions (#155)
Co-authored-by: pavelzw <29506042+pavelzw@users.noreply.github.com> Co-authored-by: Pavel Zwerschke <pavel.zwerschke@quantco.com>
1 parent 94c6967 commit 0691f7f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

template/.github/workflows/scorecard.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
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 %}

template/pixi.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ version = "*"
1313
[package.host-dependencies]
1414
python = ">={{ minimal_python_version.replace('py3', '3.') }}"
1515
hatchling = "*"
16+
uv = "*"
1617

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

0 commit comments

Comments
 (0)