We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62219fa commit 123507eCopy full SHA for 123507e
.github/workflows/cpp-swift-analysis.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
languages: cpp
39
config-file: ./.github/codeql/codeql-config.yml
40
-
+
41
- name: "[Ubuntu] Remove GCC 13 from runner image"
42
shell: bash
43
run: |
@@ -48,7 +48,7 @@ jobs:
48
- name: "Build Swift extractor using Bazel"
49
50
bazel clean --expunge
51
- bazel run //swift:create-extractor-pack --nouse_action_cache --noremote_accept_cached --noremote_upload_local_results --spawn_strategy=local --features=-layering_check
+ bazel run //swift:create-extractor-pack --nouse_action_cache --noremote_accept_cached --noremote_upload_local_results --spawn_strategy=local
52
bazel shutdown
53
54
- name: Perform CodeQL Analysis
0 commit comments