We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a0bf6 commit f49b81aCopy full SHA for f49b81a
1 file changed
.github/workflows/codeql.yml
@@ -128,7 +128,7 @@ jobs:
128
~/.m2/repository/.cache/tycho
129
~/.m2/repository/.meta/p2-artifacts.properties
130
~/.m2/repository/p2
131
- key: ${{ runner.os }}-${{ runner.arch }}-repo-tycho-${{ hashFiles('target-platforms/target-platform-latest/target-platform-latest.target') }}
+ key: ${{ runner.os }}-${{ runner.arch }}-repo-tycho-${{ hashFiles('target-platforms/oldest.target') }}
132
133
134
# https://docs.github.com/en/code-security/code-scanning
0 commit comments