Skip to content

Commit b7bc4c5

Browse files
authored
Update action.yml (#1220)
Updating missed gradle build updates from 3p actions VID to CSHA. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 9b6fcc9 commit b7bc4c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/patch-dependencies/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)