build(ci): add missing git head ref to dependency review
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 Sep 2023 13:10:18 +0000 (15:10 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 Sep 2023 13:10:18 +0000 (15:10 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index 878c86c007e82ad077e8c494af41fb2165f1165d..9ec012252124ee46a028c88024581cefde3a815d 100644 (file)
@@ -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