From 3f204531c8b0f93d1b5cec2584db0cc06a5a38fa Mon Sep 17 00:00:00 2001 From: Philip Wedemann <22521688+hfhbd@users.noreply.github.com> Date: Sat, 10 Aug 2024 20:08:39 +0200 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b745a17..c921a51 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,9 +23,6 @@ jobs: distribution: 'temurin' java-version: 21 - uses: gradle/actions/setup-gradle@v4 - with: - validate-wrappers: true - gradle-home-cache-cleanup: true - name: Build with Gradle run: ./gradlew build - name: Upload SARIF to Github using the upload-sarif action