From 526990e01590f4602bad3caaf127f0762e176f87 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Fri, 5 Sep 2025 14:49:48 +0100 Subject: [PATCH] Add comment about GitHub API languages --- actions/extractor/codeql-extractor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/actions/extractor/codeql-extractor.yml b/actions/extractor/codeql-extractor.yml index ed3d5417323..b8c6f7ed97b 100644 --- a/actions/extractor/codeql-extractor.yml +++ b/actions/extractor/codeql-extractor.yml @@ -6,7 +6,8 @@ column_kind: "utf16" unicode_newlines: true build_modes: - none -file_coverage_languages: [] +# Actions workflows are not reported separately by the GitHub API, so we can't +# associate them with a specific language. github_api_languages: [] scc_languages: - YAML