File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/actions/patch-dependencies Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,14 @@ runs:
103103 shell : bash
104104
105105 - name : Build opentelemetry-java-instrumentation with tests
106- uses : gradle/gradle-build-action@v2
106+ uses : gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
107107 if : ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests != 'false' }}
108108 with :
109109 arguments : check -x spotlessCheck publishToMavenLocal --scan --no-daemon
110110 build-root-directory : opentelemetry-java-instrumentation
111111
112112 - name : Build opentelemetry java instrumentation
113- uses : gradle/gradle-build-action@v2
113+ uses : gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
114114 if : ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests == 'false' }}
115115 with :
116116 arguments : publishToMavenLocal --scan --no-daemon
@@ -119,4 +119,4 @@ runs:
119119 - name : cleanup opentelmetry-java-instrumentation
120120 run : rm -rf opentelemetry-java-instrumentation
121121 if : ${{ env.patch_otel_java_instrumentation == 'true' }}
122- shell : bash
122+ shell : bash
You can’t perform that action at this time.
0 commit comments