Skip to content

Commit 0aa6dec

Browse files
authored
checkout
1 parent 2a4b305 commit 0aa6dec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/enforce-license-compliance.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
distribution: 'temurin'
2020
java-version: '17'
2121

22+
- name: Checkout
23+
uses: actions/checkout@v4
24+
2225
- name: Disable Gradle configuration cache (see https://github.com/fossas/fossa-cli/issues/872)
2326
run: sed -i 's/^org.gradle.configuration-cache=.*/org.gradle.configuration-cache=false/' gradle.properties
2427

0 commit comments

Comments
 (0)