diff --git a/.github/workflows/Test-AITs.yml b/.github/workflows/Test-AITs.yml index 428334c072..ea3215cfcc 100644 --- a/.github/workflows/Test-AITs.yml +++ b/.github/workflows/Test-AITs.yml @@ -125,7 +125,7 @@ jobs: steps: - name: Retrieve agent from cache id: retrieve-agent - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # pin@v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # pin@v4.2.0 # pin@v4 with: path: /home/runner/work/newrelic-java-agent/newrelic-java-agent/newrelic-agent/build/newrelicJar/newrelic.jar key: agent-jar-${{ github.run_id }} diff --git a/.github/workflows/X-Reusable-BuildAgent.yml b/.github/workflows/X-Reusable-BuildAgent.yml index 351be05477..7e749942d6 100644 --- a/.github/workflows/X-Reusable-BuildAgent.yml +++ b/.github/workflows/X-Reusable-BuildAgent.yml @@ -43,7 +43,7 @@ jobs: run: ./gradlew $GRADLE_OPTIONS clean jar - name: Cache agent - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # pin@v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # pin@v4.2.0 # pin@v4 with: path: /home/runner/work/newrelic-java-agent/newrelic-java-agent/newrelic-agent/build/newrelicJar/newrelic.jar key: agent-jar-${{ github.run_id }} diff --git a/.github/workflows/X-Reusable-VerifyInstrumentation.yml b/.github/workflows/X-Reusable-VerifyInstrumentation.yml index cd6857dbfd..a9c29e9d0c 100644 --- a/.github/workflows/X-Reusable-VerifyInstrumentation.yml +++ b/.github/workflows/X-Reusable-VerifyInstrumentation.yml @@ -65,7 +65,7 @@ jobs: - name: Retrieve agent from cache id: retrieve-agent - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # pin@v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # pin@v4.2.0 # pin@v4 with: path: /home/runner/work/newrelic-java-agent/newrelic-java-agent/newrelic-agent/build/newrelicJar/newrelic.jar key: agent-jar-${{ github.run_id }}