9292          path : ~/.pnpm-store 
9393          key : ${{ runner.os }}-test-cache-pnpm-modules 
9494
95-       - uses : gradle/actions/wrapper-validation@ed408507eac070d1f99cc633dbcf757c94c7933a   #  v4.4.3 
95+       - uses : gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2   #  v5.0.0 
9696
9797      - uses : ./.github/actions/patch-dependencies 
9898        with :
@@ -122,7 +122,7 @@ jobs:
122122          java-version-file : .java-version 
123123          distribution : temurin 
124124
125-       - uses : gradle/actions/wrapper-validation@ed408507eac070d1f99cc633dbcf757c94c7933a   #  v4.4.3 
125+       - uses : gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2   #  v5.0.0 
126126
127127        #  Cleanup directories before proceeding with setup
128128      - name : Clean up old installations 
@@ -144,7 +144,7 @@ jobs:
144144        if : ${{ matrix.os != 'windows-latest' }}  #  Skip patch on windows as it is not possible to build opentelemetry-java on windows
145145
146146      - name : Build with Gradle with Integration tests 
147-         uses : gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70  
147+         uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2  
148148        if : ${{ matrix.os == 'ubuntu-latest' }} 
149149        with :
150150          arguments : build integrationTests --stacktrace -PenableCoverage=true -PlocalDocker=true 
@@ -164,7 +164,7 @@ jobs:
164164        run : docker pull public.ecr.aws/docker/library/amazoncorretto:23-alpine 
165165
166166      - name : Run contract tests 
167-         uses : gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70   # v3.5 .0
167+         uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2   # v5.0 .0
168168        if : ${{ matrix.os == 'ubuntu-latest' }} 
169169        with :
170170          arguments : contractTests -PlocalDocker=true -i 
@@ -216,7 +216,7 @@ jobs:
216216        run : .github/scripts/test-adot-javaagent-image.sh "${{ env.TEST_TAG }}" "${{ env.ADOT_JAVA_VERSION }}" 
217217
218218      - name : Build with Gradle 
219-         uses : gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70   # v3.5 .0
219+         uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2   # v5.0 .0
220220        if : ${{ matrix.os != 'ubuntu-latest' && (hashFiles('.github/patches/opentelemetry-java*.patch') == '' || matrix.os != 'windows-latest' ) }}  #  build on windows as well unless a patch exists
221221        with :
222222          arguments : build --stacktrace -PenableCoverage=true 
0 commit comments