From 29910696490a93b5cd67aab8e4cc5da1363f950f Mon Sep 17 00:00:00 2001 From: Calum Grant Date: Wed, 27 Mar 2024 10:59:55 +0000 Subject: [PATCH] Add layering_check flag --- .github/workflows/codeql-analysis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 62b09bbc229..b35426285cd 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -68,8 +68,7 @@ jobs: - name: "Build Swift extractor using Bazel" run: | bazel clean --expunge - bazel run //swift:create-extractor-pack --verbose_failures - # --nouse_action_cache --noremote_accept_cached --noremote_upload_local_results --spawn_strategy=local + bazel run //swift:create-extractor-pack --nouse_action_cache --noremote_accept_cached --noremote_upload_local_results --spawn_strategy=local --features=-layering_check bazel shutdown - name: Perform CodeQL Analysis