Skip to content

Commit

Permalink
Dependency scanning workflow: fetch full history (#3359)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Jun 22, 2023
1 parent 3bda1f0 commit ef6662f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependency-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef6662f

Please sign in to comment.