Skip to content

Commit ad0f735

Browse files
committed
Fix missing git history
1 parent 436acca commit ad0f735

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/java-code-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
repository: AxonFramework/AxonFramework
6060
ref: axon-${{ env.AXON_FRAMEWORK_VERSION }}
6161
path: ./source
62+
fetch-depth: 0 # Include the full git history for analysis
6263

6364
- name: (Prepare Code to Analyze) Setup Java Development Kit for Maven JARs downloading (JDK) ${{ env.JAVA_VERSION}}
6465
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4

.github/workflows/typescript-code-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
with:
5757
repository: remix-run/react-router
5858
ref: react-router@${{ env.REACT_ROUTER_VERSION }}
59+
fetch-depth: 0 # Include the full git history for enhanced analysis
5960

6061
- name: (Prepare Code to Analyze) Setup pnpm for react-router
6162
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0

0 commit comments

Comments
 (0)