From d8c638ce0893b10b1e2debf9b6973c581e392077 Mon Sep 17 00:00:00 2001 From: Stefano Bonicatti Date: Sat, 23 Dec 2023 13:55:33 +0100 Subject: [PATCH] temp --- .github/workflows/codeql_runner.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql_runner.yml b/.github/workflows/codeql_runner.yml index b16f2939925..19e4e88a373 100644 --- a/.github/workflows/codeql_runner.yml +++ b/.github/workflows/codeql_runner.yml @@ -7,7 +7,7 @@ env: jobs: analyze_linux: - name: Analyze + name: Analyze Linux runs-on: ubuntu-22.04 @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Create a build folder id: build_paths @@ -139,7 +139,7 @@ jobs: analyze_windows: - name: Analyze + name: Analyze Windows runs-on: windows-2019 @@ -154,9 +154,6 @@ jobs: language: [ 'cpp' ] steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Setup the build paths shell: powershell id: build_paths @@ -181,6 +178,11 @@ jobs: echo "DOWNLOADS=$base_dir\$rel_downloads_path" >> $env:GITHUB_OUTPUT echo "INSTALL=$base_dir\$rel_install_path" >> $env:GITHUB_OUTPUT + - name: Clone the osquery repository + uses: actions/checkout@v3 + with: + path: ${{ steps.build_paths.outputs.REL_SOURCE }} + # NOTE: We will only use an already existing cache, and will not save it later, # just to prevent trashing of cache. Also the cache is only partially updated, # since we only build third party libraries with the cache on.