Skip to content

Commit

Permalink
Use correct cache for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Jul 2, 2020
1 parent 51846cf commit 59080f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-coverage-${{ hashFiles('**/pom.xml') }}
key: ${{ runner.os }}-maven-codeql-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-codeql
- name: Build & Test
- name: Build
run: >-
mvn ${MAVEN_CLI_OPTS} clean package -DskipTests
env:
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
## Implement

* https://github.com/keycloak/keycloak/pull/7109

* https://github.com/keycloak/keycloak/pull/6926

0 comments on commit 59080f3

Please sign in to comment.