Skip to content

Commit c9c6733

Browse files
authored
Merge pull request #43 from GitHubSecurityLab/ast-upgrade
AST Upgrade
2 parents a40c828 + 9a0de04 commit c9c6733

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+2052
-2591
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: "Checkout"
2121
uses: actions/checkout@v4
22+
with:
23+
submodules: true
2224

2325
- name: "Check for changes"
2426
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "extractor/tree-sitter"]
22
path = extractor/tree-sitter
3-
url = https://github.com/tree-sitter-grammars/tree-sitter-bicep
3+
url = https://github.com/geekmasher/tree-sitter-bicep

0 commit comments

Comments
 (0)