From 635f07556a8feaef53c8fa2fdecb48cd5c9f6827 Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Sat, 20 Jan 2024 13:09:13 +0100 Subject: [PATCH] Update CI-codeql.yml --- .github/workflows/CI-codeql.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/CI-codeql.yml b/.github/workflows/CI-codeql.yml index 1d71497b4..48e3d8e0a 100644 --- a/.github/workflows/CI-codeql.yml +++ b/.github/workflows/CI-codeql.yml @@ -18,8 +18,14 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} +jobs: + cache: + uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions + secrets: inherit + jobs: run: + needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-codeql.yml@GH-Actions secrets: inherit