From b7e4203a15d2744f2b046b49ef0bb9dfc26a54fd Mon Sep 17 00:00:00 2001 From: Asepharyana Date: Fri, 24 Jul 2026 01:36:17 +0700 Subject: [PATCH] fix(security): checkout git submodules for CodeQL Rust analysis --- .github/workflows/security.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 5002c24..38915dd 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -16,6 +16,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 2 + submodules: recursive - uses: github/codeql-action/init@v4 with: