diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c9e9a22..4e56515d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: distribution: 'temurin' java-version: 8 - name: Setup Gradle - uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d + uses: gradle/actions/setup-gradle@ec885c49185cb1f2cff27c98f191954b65d11367 - name: license header if: ${{ github.event_name == 'pull_request' }} run: ./gradlew spotlessCheck -PspotlessFrom=origin/${{ github.base_ref }} diff --git a/.github/workflows/deploy-to-azure.yml b/.github/workflows/deploy-to-azure.yml index 2bb0a413..7ab37482 100644 --- a/.github/workflows/deploy-to-azure.yml +++ b/.github/workflows/deploy-to-azure.yml @@ -30,7 +30,7 @@ jobs: distribution: 'temurin' java-version: 8 - name: Setup Gradle - uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d + uses: gradle/actions/setup-gradle@ec885c49185cb1f2cff27c98f191954b65d11367 - name: Build run: ./gradlew build -x spotlessCheck - name: Login Via Azure CLI