diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7f7d17f..8c8a9bd 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}