From cc92c8101b3c67487a79548670e220952ff32ce6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 Sep 2023 15:10:18 +0200 Subject: [PATCH] build(ci): add missing git head ref to dependency review MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 878c86c0..9ec01225 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: uses: actions/dependency-review-action@v3 with: base-ref: main + head-ref: ${{ github.sha }} - uses: pnpm/action-setup@v2 with: version: 8 @@ -68,6 +69,7 @@ jobs: uses: actions/dependency-review-action@v3 with: base-ref: main + head-ref: ${{ github.sha }} - uses: pnpm/action-setup@v2 with: version: 8 -- 2.34.1