diff --git a/.github/actions/patch-dependencies/action.yml b/.github/actions/patch-dependencies/action.yml index 106d9404e4..c8599d3b47 100644 --- a/.github/actions/patch-dependencies/action.yml +++ b/.github/actions/patch-dependencies/action.yml @@ -103,14 +103,14 @@ runs: shell: bash - name: Build opentelemetry-java-instrumentation with tests - uses: gradle/gradle-build-action@v2 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2 if: ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests != 'false' }} with: arguments: check -x spotlessCheck publishToMavenLocal --scan --no-daemon build-root-directory: opentelemetry-java-instrumentation - name: Build opentelemetry java instrumentation - uses: gradle/gradle-build-action@v2 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2 if: ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests == 'false' }} with: arguments: publishToMavenLocal --scan --no-daemon @@ -119,4 +119,4 @@ runs: - name: cleanup opentelmetry-java-instrumentation run: rm -rf opentelemetry-java-instrumentation if: ${{ env.patch_otel_java_instrumentation == 'true' }} - shell: bash \ No newline at end of file + shell: bash