diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 90c58d7a23d..7123139250e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,8 +29,8 @@ jobs: - name: Setup Build Agent uses: ./.github/actions/setup-build-agent with: - target: static - cache-key: linux-gcc-x86_64-static + target: codeql + cache-key: linux-gcc-x86_64-codeql # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL