Skip to content

Commit 76e5c36

Browse files
Update codeql-analysis.yml
Ensure that the CodeQL workflow checks out enough git history to support the spotless ratchetFrom test in the Maven build.
1 parent 508a8b3 commit 76e5c36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
steps:
2727
- name: Checkout repository
2828
uses: actions/checkout@v2
29+
# Get full history for spotless ratchetFrom
30+
with:
31+
fetch-depth: 0
2932

3033
# Initializes the CodeQL tools for scanning.
3134
- name: Initialize CodeQL

0 commit comments

Comments
 (0)