Skip to content

Commit ef83810

Browse files
authored
[ty] ecosystem-analyzer: Support bare git repositories (#23054)
This pulls in astral-sh/ecosystem-analyzer@c6ccb9f, which updates the ecosystem-analyzer to work with bare `ty` repos. This should have no affect on our CI job, since we don't use bare repos there, but I want to pull in the update anyway to (a) make sure it didn't break anything and (b) make sure we're not using a stale dependency.
1 parent 54dfee4 commit ef83810

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ty-ecosystem-analyzer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
cd ..
7575
76-
uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@2e1816eac09c90140b1ba51d19afc5f59da460f5"
76+
uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@c6ccb9fc56755ccd826721a24f53fc871a603474"
7777
7878
ecosystem-analyzer \
7979
--repository ruff \

.github/workflows/ty-ecosystem-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
cd ..
5858
59-
uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@2e1816eac09c90140b1ba51d19afc5f59da460f5"
59+
uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@c6ccb9fc56755ccd826721a24f53fc871a603474"
6060
6161
ecosystem-analyzer \
6262
--verbose \

0 commit comments

Comments
 (0)