There was an error while loading. Please reload this page.
1 parent 1b01c6c commit d74deb3Copy full SHA for d74deb3
1 file changed
.github/workflows/codeql_unit_tests.yml
@@ -78,8 +78,8 @@ jobs:
78
uses: actions/cache@v6
79
with:
80
path: ${{ github.workspace }}/codeql_cache
81
- key: ${{ runner.os }}-codeql-compilation-${{ github.run_id }}
82
- restore-keys: ${{ runner.os }}-codeql-compilation
+ key: ${{ runner.os }}-codeql-compilation-${{ matrix.language }}-${{ matrix.codeql_cli }}-${{ matrix.codeql_standard_library_ident }}-${{ github.run_id }}
+ restore-keys: ${{ runner.os }}-codeql-compilation-${{ matrix.language }}-${{ matrix.codeql_cli }}-${{ matrix.codeql_standard_library_ident }}
83
84
- name: Install CodeQL packs
85
uses: ./.github/actions/install-codeql-packs
0 commit comments