Skip to content

Commit

Permalink
Scrutinizer checks: Amend GHA "checkout" action to use "fetch-depth: 2"
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 26, 2021
1 parent e314fb8 commit 1c1693d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Acquire sources
uses: actions/checkout@v2
with:
fetch-depth: 0
fetch-depth: 2

# With GHA's "services", you cannot map volumes to your codebase BEFORE checking out the codebase.
# So, let's use `docker-compose` to bring in services AFTER checking out the code.
Expand Down

0 comments on commit 1c1693d

Please sign in to comment.