Skip to content

Commit 27cb3ab

Browse files
WomB0ComB0claude
andcommitted
fix(ci): pass submodules: recursive to parallel security-scan caller
The `security.yml` workflow calls `security-scan.yml` directly (separate from the `gates` path), so it needs its own `submodules: recursive` to give CodeQL's autobuild the SDK submodule. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 11b9b41 commit 27cb3ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/security.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
uses: resq-software/.github/.github/workflows/security-scan.yml@main
2525
with:
2626
languages: '["csharp","actions"]'
27+
submodules: recursive
2728
secrets: inherit

0 commit comments

Comments
 (0)