From b719b419f3919c98adbe04f7afb02c0f934c75f1 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:17:17 -0400 Subject: [PATCH] feat(codeql): add rust analysis --- .github/workflows/__call-codeql.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/__call-codeql.yml b/.github/workflows/__call-codeql.yml index 319432cb..1e5777b4 100644 --- a/.github/workflows/__call-codeql.yml +++ b/.github/workflows/__call-codeql.yml @@ -32,7 +32,18 @@ jobs: with: script: | // CodeQL supports the following: - // ['actions', 'c', 'cpp', 'csharp', 'go', 'java', 'javascript', 'kotlin', 'python', 'ruby', 'swift'] + // actions + // c + // cpp + // csharp + // go + // java + // javascript + // kotlin + // python + // ruby + // rust + // swift // Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support const supported_languages = [ @@ -43,6 +54,7 @@ jobs: 'javascript', 'python', 'ruby', + 'rust', 'swift', ]