We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae08130 commit d38d810Copy full SHA for d38d810
.github/workflows/ql-for-ql-build.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/cache@v3
33
with:
34
path: ${{ runner.temp }}/query-pack.zip
35
- key: queries-${{ hashFiles('ql/**/*.ql*') }}-${{ hashFiles('ql/**/qlpack.yml') }}-${{ hashFiles('ql/ql/src/ql.dbscheme*') }}-${{ steps.get-codeql-version.outputs.version }}
+ key: queries-${{ hashFiles('ql/**/*.ql*') }}-${{ hashFiles('ql/**/qlpack.yml') }}-${{ hashFiles('ql/ql/src/ql.dbscheme*') }}-${{ steps.get-codeql-version.outputs.version }}--${{ hashFiles('.github/workflows/ql-for-ql-build.yml') }}
36
- name: Build query pack
37
if: steps.cache-queries.outputs.cache-hit != 'true'
38
run: |
0 commit comments