Skip to content

Commit 68ed8ea

Browse files
committed
Codeql to analyze pulumi resource files
1 parent e9bd335 commit 68ed8ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "src/**"
88
- "tests/**"
99
- "Pipfile*"
10+
- "pulumi/resources/**"
1011
- ".github/workflows/**/*.yml"
1112
schedule:
1213
- cron: "0 21 * * 0"
@@ -24,7 +25,7 @@ jobs:
2425
strategy:
2526
fail-fast: false
2627
matrix:
27-
language: ["python", "actions"]
28+
language: ["python", "javascript-typescript", "actions"]
2829
steps:
2930
- uses: actions/checkout@v5
3031
- name: Initialize CodeQL

0 commit comments

Comments
 (0)