Skip to content

Commit f49b81a

Browse files
committed
ci: fix tycho cache key
1 parent 82a0bf6 commit f49b81a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
~/.m2/repository/.cache/tycho
129129
~/.m2/repository/.meta/p2-artifacts.properties
130130
~/.m2/repository/p2
131-
key: ${{ runner.os }}-${{ runner.arch }}-repo-tycho-${{ hashFiles('target-platforms/target-platform-latest/target-platform-latest.target') }}
131+
key: ${{ runner.os }}-${{ runner.arch }}-repo-tycho-${{ hashFiles('target-platforms/oldest.target') }}
132132

133133

134134
# https://docs.github.com/en/code-security/code-scanning

0 commit comments

Comments
 (0)