Skip to content

Commit 69d7c87

Browse files
dependabot[bot]aieng-bot[bot]
andauthored
Bump astral-sh/setup-uv from 7.4.0 to 7.5.0 (#83)
* Bump astral-sh/setup-uv from 7.4.0 to 7.5.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.4.0 to 7.5.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@6ee6290...e06108d) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix CI failures: Update tornado to 6.5.5 Updated tornado from 6.5.4 to 6.5.5 to fix security vulnerability GHSA-78cv-mqj4-43f7. The vulnerability allowed semicolons in cookie attributes which could be exploited. Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aieng-bot[bot] <aieng-bot@vectorinstitute.ai>
1 parent 19bd925 commit 69d7c87

File tree

4 files changed

+16
-18
lines changed

4 files changed

+16
-18
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v6.0.2
3333

3434
- name: Install uv
35-
uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a
35+
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82
3636
with:
3737
# Install a specific version of uv.
3838
version: "0.9.11"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6.0.2
2020

2121
- name: Install uv
22-
uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a
22+
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82
2323
with:
2424
# Install a specific version of uv.
2525
version: "0.9.11"

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v6.0.2
4141

4242
- name: Install uv
43-
uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a
43+
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82
4444
with:
4545
# Install a specific version of uv.
4646
version: "0.9.11"

uv.lock

Lines changed: 13 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)