From 0e01fa4a179f8c75fd33f13c3bea0a6fbf01421e Mon Sep 17 00:00:00 2001 From: Guillermo Gaston Date: Mon, 30 Oct 2023 10:32:23 -0500 Subject: [PATCH] Fivulnerability scan for scheduled triggers (#6925) --- .github/workflows/vulnerability.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vulnerability.yml b/.github/workflows/vulnerability.yml index 98826b2c03f9..61465015f22c 100644 --- a/.github/workflows/vulnerability.yml +++ b/.github/workflows/vulnerability.yml @@ -23,7 +23,7 @@ jobs: - name: "Dependency Review" uses: actions/dependency-review-action@v3 with: - base-ref: ${{ github.event.pull_request.base.sha || github.event.before }} + base-ref: ${{ github.event.pull_request.base.sha || github.event.before || github.sha }} head-ref: ${{ github.event.pull_request.head.sha || github.sha }} govulncheck: runs-on: ubuntu-latest