From ef6662f4d4aff77ea3721780081f5f187defe472 Mon Sep 17 00:00:00 2001 From: Enno Runne <458526+ennru@users.noreply.github.com> Date: Thu, 22 Jun 2023 18:11:19 +0200 Subject: [PATCH] Dependency scanning workflow: fetch full history (#3359) --- .github/workflows/dependency-scanning.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dependency-scanning.yml b/.github/workflows/dependency-scanning.yml index dffbb613ac..ece0f39754 100644 --- a/.github/workflows/dependency-scanning.yml +++ b/.github/workflows/dependency-scanning.yml @@ -16,6 +16,9 @@ jobs: # https://github.com/actions/checkout/releases # v3.5.3 uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + with: + # we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves + fetch-depth: 0 - name: Cache Coursier cache # https://github.com/coursier/cache-action/releases