Skip to content

Commit 86ed530

Browse files
Fix codeql workflow
Co-authored-by: Steffengreiner <Steffen.Greiner@gmx.de>
1 parent 046940a commit 86ed530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
settings-path: ${{ github.workspace }}
4747

4848
- name: Load local Maven repository cache
49-
uses: actions/cache@v2
50-
with:
49+
uses: actions/cache@v2
50+
with:
5151
path: ~/.m2/repository
5252
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
5353
restore-keys: |

0 commit comments

Comments
 (0)