Skip to content

Commit cb63c6a

Browse files
authored
Add 'iac' language support to CodeQL workflow
Added 'iac' to the list of supported languages for CodeQL.
1 parent eb15e3b commit cb63c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/microsoft-codeql-pack-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
runs-on: ubuntu-latest
101101
strategy:
102102
matrix:
103-
language: ['csharp', 'cpp', 'java', 'javascript', 'python', 'ruby', 'go', 'rust', 'swift', 'powershell']
103+
language: ['csharp', 'cpp', 'java', 'javascript', 'python', 'ruby', 'go', 'rust', 'swift', 'powershell', 'iac']
104104
steps:
105105
- name: Checkout repository
106106
uses: actions/checkout@v4

0 commit comments

Comments
 (0)