fixes warning on sonar analysis (#8193)

Signed-off-by: jflo <justin+github@florentine.us>
This commit is contained in:
Justin Florentine
2025-01-29 18:50:27 -05:00
committed by GitHub
parent 4b8d93587e
commit e2318fbb81

View File

@@ -17,6 +17,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up Java
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93
with: