We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42699bc commit beb422dCopy full SHA for beb422d
.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
49
with:
50
persist-credentials: false
51
- - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
+ - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
52
53
path: ~/.m2/repository
54
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments