Skip to content

Commit 4273ce0

Browse files
Miqueasherjj22ee
authored andcommitted
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 95d59db commit 4273ce0

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
@@ -102,14 +102,14 @@ runs:
102102
shell: bash
103103

104104
- name: Build opentelemetry-java-instrumentation with tests
105-
uses: gradle/gradle-build-action@v2
105+
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2
106106
if: ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests != 'false' }}
107107
with:
108108
arguments: check -x spotlessCheck publishToMavenLocal
109109
build-root-directory: opentelemetry-java-instrumentation
110110

111111
- name: Build opentelemetry java instrumentation
112-
uses: gradle/gradle-build-action@v2
112+
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2
113113
if: ${{ env.patch_otel_java_instrumentation == 'true' && inputs.run_tests == 'false' }}
114114
with:
115115
arguments: publishToMavenLocal
@@ -118,4 +118,4 @@ runs:
118118
- name: cleanup opentelmetry-java-instrumentation
119119
run: rm -rf opentelemetry-java-instrumentation
120120
if: ${{ env.patch_otel_java_instrumentation == 'true' }}
121-
shell: bash
121+
shell: bash

0 commit comments

Comments
 (0)