Make iac folder local#376
Merged
Merged
Conversation
Inline the full codeql-extractor-iac repository contents directly into this monorepo, replacing the git submodule reference. Source: https://github.com/advanced-security/codeql-extractor-iac Commit: e389dc1ae37bf1ec88e317f69d2ddcdf057efdcd (v0.5.1) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3c4d8373-31fc-4727-bcdb-94c778ee07bd
Remove files that are unnecessary now that iac/ lives inside the monorepo: - .github/ (workflows, issue templates, dependabot, labeler, action dist) - .gitmodules (empty tree-sitter submodule refs, deps pulled via Cargo) - .gitignore, .gitattributes (parent repo covers these) - .release.yml, .all-contributorsrc (standalone release/contributor configs) - action.yml (GitHub Action for standalone use) - .vscode/ (IDE settings for standalone dev) - CODE_OF_CONDUCT.md, CONTRIBUTING.md, SECURITY.md, SUPPORT.md (parent has these) - scripts/publish-extractor-pack.sh, scripts/install-extractor.sh (standalone distribution) - Empty tree-sitter-hcl/, tree-sitter-dockerfile/ submodule dirs Also fix stale iac/lib/src/qlpack.yml path in codeql-workspace.yml. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3c4d8373-31fc-4727-bcdb-94c778ee07bd
chanel-y
force-pushed
the
make-iac-folder-local
branch
from
July 21, 2026 18:12
c4e3131 to
bb35f32
Compare
CodeQL 2.26.0 bumped codeql/yaml to 1.0.52, which added CommentBase as a required member of InputSig. Add the implementation to YamlSig and the corresponding yaml_comments table to the dbscheme. The table will be empty until the extractor is updated to extract YAML comments, but the library will compile against the new codeql/yaml version. Ref: advanced-security/codeql-extractor-iac#267 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3c4d8373-31fc-4727-bcdb-94c778ee07bd
Required by the monorepo's check-implicit-this CI check. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3c4d8373-31fc-4727-bcdb-94c778ee07bd
dilanbhalla
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.