From 68c048b448c64a774c56ea23fae99250314f43f7 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 14 May 2026 14:48:55 -0700 Subject: fix(ci): fossier install in scan workflow (#3485) ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --- .github/workflows/fossier-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/fossier-scan.yml') diff --git a/.github/workflows/fossier-scan.yml b/.github/workflows/fossier-scan.yml index 784ab36c..5c89be67 100644 --- a/.github/workflows/fossier-scan.yml +++ b/.github/workflows/fossier-scan.yml @@ -28,7 +28,7 @@ jobs: python-version: "3.13" - name: Install fossier - run: uv pip install --system . + run: uv tool install git+https://github.com/pthorpe92/fossier.git - name: Restore DB cache uses: actions/cache@v4 -- cgit v1.3.1