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 +- .github/workflows/fossier.yml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 diff --git a/.github/workflows/fossier.yml b/.github/workflows/fossier.yml index ff60125b..e582e2d3 100644 --- a/.github/workflows/fossier.yml +++ b/.github/workflows/fossier.yml @@ -2,8 +2,11 @@ name: Fossier PR Check on: pull_request_target: types: [opened, synchronize] + issue_comment: + types: [created] permissions: + contents: write pull-requests: write issues: write @@ -13,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: PThorpe92/fossier@main + - uses: PThorpe92/fossier@6e7f2a6c1c727949e2a6c94d7dc6904d7bb40928 id: fossier with: contact-url: "https://discord.gg/Fq8bJSKPHh" -- cgit v1.3.1