diff --git a/.github/workflows/ci-report.yml b/.github/workflows/ci-report.yml index 7d63b39e9..c35327317 100644 --- a/.github/workflows/ci-report.yml +++ b/.github/workflows/ci-report.yml @@ -63,7 +63,7 @@ jobs: distribution: temurin # https://github.com/actions/cache/blob/main/examples.md#java---maven - name: Cache local Maven repository - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0 with: path: ~/.m2/repository # use a different key than workflows running untrusted code diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ace8bd12..d49e3935c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: distribution: temurin # https://github.com/actions/cache/blob/main/examples.md#java---maven - name: Cache local Maven repository - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0 with: path: ~/.m2/repository # use a different key than workflows running in trusted mode