diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 50d9e50..3d0941b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -75,7 +75,7 @@ jobs: options: --overwrite - name: Cache maven packages - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}