Skip to content

Commit 254bb79

Browse files
Auto-update gh-actions (#109)
1 parent a7d48b9 commit 254bb79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
80+
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
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
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
pixi update --json --no-install | pixi exec pixi-diff-to-markdown >> diff.md
2323
- name: Create pull request
24-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
24+
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
commit-message: Update pixi lockfile

0 commit comments

Comments
 (0)