Skip to content

Commit 3b8eeb0

Browse files
committed
Add fetch-codeql path to Actions triggers
1 parent bc05cda commit 3b8eeb0

10 files changed

+13
-0
lines changed

.github/workflows/check-qldoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- "*/ql/lib/**"
77
- .github/workflows/check-qldoc.yml
8+
- .github/actions/fetch-codeql
89
branches:
910
- main
1011
- "rc/*"

.github/workflows/csv-coverage-metrics.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- main
1313
paths:
1414
- ".github/workflows/csv-coverage-metrics.yml"
15+
- ".github/actions/fetch-codeql"
1516

1617
jobs:
1718
publish-java:

.github/workflows/js-ml-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- "javascript/ql/experimental/adaptivethreatmodeling/**"
77
- .github/workflows/js-ml-tests.yml
8+
- .github/actions/fetch-codeql
89
- codeql-workspace.yml
910
branches:
1011
- main
@@ -13,6 +14,7 @@ on:
1314
paths:
1415
- "javascript/ql/experimental/adaptivethreatmodeling/**"
1516
- .github/workflows/js-ml-tests.yml
17+
- .github/actions/fetch-codeql
1618
- codeql-workspace.yml
1719
workflow_dispatch:
1820

.github/workflows/mad_regenerate-models.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- main
1010
paths:
1111
- ".github/workflows/mad_regenerate-models.yml"
12+
- ".github/actions/fetch-codeql"
1213

1314
jobs:
1415
regenerate-models:

.github/workflows/query-list.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
pull_request:
1111
paths:
1212
- '.github/workflows/query-list.yml'
13+
- '.github/actions/fetch-codeql'
1314
- 'misc/scripts/generate-code-scanning-query-list.py'
1415

1516
jobs:

.github/workflows/ruby-qltest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- "ruby/**"
77
- .github/workflows/ruby-qltest.yml
8+
- .github/actions/fetch-codeql
89
- codeql-workspace.yml
910
branches:
1011
- main
@@ -13,6 +14,7 @@ on:
1314
paths:
1415
- "ruby/**"
1516
- .github/workflows/ruby-qltest.yml
17+
- .github/actions/fetch-codeql
1618
- codeql-workspace.yml
1719
branches:
1820
- main

.github/workflows/swift-codegen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- "swift/**"
77
- .github/workflows/swift-codegen.yml
8+
- .github/actions/fetch-codeql
89
branches:
910
- main
1011

.github/workflows/swift-integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- "swift/**"
77
- .github/workflows/swift-integration-tests.yml
8+
- .github/actions/fetch-codeql
89
- codeql-workspace.yml
910
branches:
1011
- main

.github/workflows/swift-qltest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- "swift/**"
77
- .github/workflows/swift-qltest.yml
8+
- .github/actions/fetch-codeql
89
- codeql-workspace.yml
910
branches:
1011
- main

.github/workflows/validate-change-notes.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ on:
55
paths:
66
- "*/ql/*/change-notes/**/*"
77
- ".github/workflows/validate-change-notes.yml"
8+
- ".github/actions/fetch-codeql"
89
branches:
910
- main
1011
- "rc/*"
1112
pull_request:
1213
paths:
1314
- "*/ql/*/change-notes/**/*"
1415
- ".github/workflows/validate-change-notes.yml"
16+
- ".github/actions/fetch-codeql"
1517

1618
jobs:
1719
check-change-note:

0 commit comments

Comments
 (0)