Skip to content

Commit c466466

Browse files
Auto-update gh-actions (#156)
1 parent 0691f7f commit c466466

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

template/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Set up pixi
20-
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
20+
uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0.9.6
2121
- name: Derive version
2222
id: version
2323
if: startsWith(github.ref, 'refs/tags/')

template/.github/workflows/ci.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout branch
2424
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
- name: Set up pixi
26-
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
26+
uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0.9.6
2727
- name: Run linting
2828
run: pixi run lint
2929
env:
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
fetch-depth: 0
5454
- name: Set up pixi
55-
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
55+
uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0.9.6
5656
with:
5757
environments: ${{ matrix.environment }}
5858
- name: Run pytest

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@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
80+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
8181
with:
8282
sarif_file: results.sarif
8383
{%- endraw %}

template/.github/workflows/{% if add_autobump_workflow %}update-lockfiles.yml{% endif %}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
- name: Set up pixi
17-
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
17+
uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0.9.6
1818
with:
1919
run-install: false
2020
- name: Update lockfiles

0 commit comments

Comments
 (0)