From b131d4787b3550113d4c34b13a47cb9237e9cf04 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 Sep 2023 15:04:22 +0200 Subject: [PATCH] build(ci): add missing git base ref for 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3743ccf..878c86c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,8 @@ jobs: - name: 'Dependency Review' if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }} uses: actions/dependency-review-action@v3 + with: + base-ref: main - uses: pnpm/action-setup@v2 with: version: 8 @@ -64,6 +66,8 @@ jobs: - name: 'Dependency Review' if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }} uses: actions/dependency-review-action@v3 + with: + base-ref: main - uses: pnpm/action-setup@v2 with: version: 8 -- 2.34.1