diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 8975fd2..3f4bcfa 100644 --- a/.github/workflows/module.build.yml +++ b/.github/workflows/module.build.yml @@ -99,7 +99,7 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} restore-keys: ${{ runner.os }}-gradle - name: "Build: Gradle" - uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v2 + uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88 # v2 id: gradlebuild env: CI: true @@ -119,7 +119,7 @@ jobs: --dependency-verification=lenient -Pci=true - name: "Report: Sonar" - uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v2 + uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88 # v2 id: sonar continue-on-error: true env: diff --git a/.github/workflows/module.publish.yml b/.github/workflows/module.publish.yml index 1ceeb45..78ec3c7 100644 --- a/.github/workflows/module.publish.yml +++ b/.github/workflows/module.publish.yml @@ -123,7 +123,7 @@ jobs: with: name: libraries-jvm - name: "Publish: Snapshots" - uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v2 + uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88 # v2 id: publish env: CI: true @@ -176,7 +176,7 @@ jobs: with: name: libraries-jvm - name: "Publish: Live" - uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v2 + uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88 # v2 id: publish env: CI: true