diff --git a/.github/workflows/bugCatcher.yml b/.github/workflows/bugCatcher.yml index 80040a7f7..351c65840 100644 --- a/.github/workflows/bugCatcher.yml +++ b/.github/workflows/bugCatcher.yml @@ -79,7 +79,7 @@ jobs: echo "Maven configured to use JFrog registry" - name: Cache Maven packages - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: # Cache only the local repository — caching ~/.m2 itself would # restore a stale settings.xml on top of the JFrog-configured one diff --git a/.github/workflows/runIntegrationTests.yml b/.github/workflows/runIntegrationTests.yml index 7594ed514..c841aceec 100644 --- a/.github/workflows/runIntegrationTests.yml +++ b/.github/workflows/runIntegrationTests.yml @@ -83,7 +83,7 @@ jobs: EOF echo "Maven configured to use JFrog registry" - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: # Cache only the local repository — caching ~/.m2 itself would # restore a stale settings.xml on top of the JFrog-configured one