Skip to content

Commit c2c1b81

Browse files
dependabot[bot]bjhargrave
authored andcommitted
Bump the github-actions group across 2 directories with 2 updates
Bumps the github-actions group with 1 update in the / directory: [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Bumps the github-actions group with 1 update in the /.github/actions/python_setup directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `github/codeql-action/upload-sarif` from 4.37.1 to 4.37.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@7188fc3...e064762) Updates `astral-sh/setup-uv` from 8.3.2 to 9.0.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@11f9893...c771a70) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b69264 commit c2c1b81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/python_setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929

3030
- name: 'Setup uv ${{ inputs.uv-version }}'
3131
id: setup-uv
32-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
32+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
3333
with:
3434
python-version: ${{ steps.setup-python.outputs.python-version }}
3535
version: ${{ inputs.uv-version }}

.github/workflows/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
output: ${{ runner.temp }}/poutine.sarif
6060

6161
- name: "Upload poutine SARIF file"
62-
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
62+
uses: github/codeql-action/upload-sarif@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
6363
with:
6464
sarif_file: ${{ runner.temp }}/poutine.sarif
6565
category: poutine

0 commit comments

Comments
 (0)