From 477d4bbf5f01e5c001a887ed6842e56b5341e976 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Sun, 12 Feb 2023 18:08:37 +0100 Subject: ci: inline external environment scripts (#22237) Scripts that define the build itself shouldn't be external as they lead to hard to find bugs. --- .github/workflows/codeql.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github/workflows/codeql.yml') diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a11a87f93a..7cdaab4f11 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,9 +22,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Setup common environment variables - run: ./.github/workflows/env.sh - - name: Install apt packages run: ./.github/scripts/install_deps_ubuntu.sh -- cgit