Skip to content

Commit c344d26

Browse files
authored
Update CodeQL cache path for GitHub workflow
Apparently since CodeQL version 2.12.4 a global cache location is used. See https://github.com/github/codeql-cli-binaries/blob/main/CHANGELOG.md#release-2124-2023-03-09
1 parent 6fde31f commit c344d26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
uses: actions/cache@v3
5555
with:
5656
path: |
57-
codeql-custom-queries-java/queries/.cache
58-
codeql-custom-queries-java/tests/.cache
57+
~/.codeql
5958
key: ${{ runner.os }}-codeql-compilation-cache-${{ steps.codeql-version.outputs.version }}-${{ github.ref }}
6059
restore-keys: |
6160
${{ runner.os }}-codeql-compilation-cache-${{ steps.codeql-version.outputs.version }}-

0 commit comments

Comments
 (0)