Skip to content

Commit 0be625f

Browse files
authored
Merge pull request #9954 from aibaars/fix-triggers
CI: fix path triggers
2 parents a63df8f + 6470405 commit 0be625f

13 files changed

+17
-17
lines changed

.github/workflows/check-qldoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- "*/ql/lib/**"
77
- .github/workflows/check-qldoc.yml
8-
- .github/actions/fetch-codeql
8+
- .github/actions/fetch-codeql/action.yml
99
branches:
1010
- main
1111
- "rc/*"

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

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

1717
jobs:
1818
publish-java:

.github/workflows/csv-coverage-pr-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- ".github/workflows/csv-coverage-pr-comment.yml"
77
- ".github/workflows/csv-coverage-pr-artifacts.yml"
8-
- ".github/actions/fetch-codeql"
8+
- ".github/actions/fetch-codeql/action.yml"
99
- "*/ql/src/**/*.ql"
1010
- "*/ql/src/**/*.qll"
1111
- "*/ql/lib/**/*.ql"

.github/workflows/go-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
paths:
55
- "go/**"
66
- .github/workflows/go-tests.yml
7-
- .github/actions/fetch-codeql
7+
- .github/actions/fetch-codeql/action.yml
88
- codeql-workspace.yml
99
jobs:
1010
test-linux:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- "javascript/ql/experimental/adaptivethreatmodeling/**"
77
- .github/workflows/js-ml-tests.yml
8-
- .github/actions/fetch-codeql
8+
- .github/actions/fetch-codeql/action.yml
99
- codeql-workspace.yml
1010
branches:
1111
- main
@@ -14,7 +14,7 @@ on:
1414
paths:
1515
- "javascript/ql/experimental/adaptivethreatmodeling/**"
1616
- .github/workflows/js-ml-tests.yml
17-
- .github/actions/fetch-codeql
17+
- .github/actions/fetch-codeql/action.yml
1818
- codeql-workspace.yml
1919
workflow_dispatch:
2020

.github/workflows/mad_regenerate-models.yml

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

1414
jobs:
1515
regenerate-models:

.github/workflows/query-list.yml

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

1616
jobs:

.github/workflows/ruby-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- "ruby/**"
77
- .github/workflows/ruby-build.yml
8-
- .github/actions/fetch-codeql
8+
- .github/actions/fetch-codeql/action.yml
99
- codeql-workspace.yml
1010
branches:
1111
- main
@@ -14,7 +14,7 @@ on:
1414
paths:
1515
- "ruby/**"
1616
- .github/workflows/ruby-build.yml
17-
- .github/actions/fetch-codeql
17+
- .github/actions/fetch-codeql/action.yml
1818
- codeql-workspace.yml
1919
branches:
2020
- main

.github/workflows/ruby-qltest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- "ruby/**"
77
- .github/workflows/ruby-qltest.yml
8-
- .github/actions/fetch-codeql
8+
- .github/actions/fetch-codeql/action.yml
99
- codeql-workspace.yml
1010
branches:
1111
- main
@@ -14,7 +14,7 @@ on:
1414
paths:
1515
- "ruby/**"
1616
- .github/workflows/ruby-qltest.yml
17-
- .github/actions/fetch-codeql
17+
- .github/actions/fetch-codeql/action.yml
1818
- codeql-workspace.yml
1919
branches:
2020
- main

.github/workflows/swift-codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- "swift/**"
77
- .github/workflows/swift-codegen.yml
8-
- .github/actions/fetch-codeql
8+
- .github/actions/fetch-codeql/action.yml
99
branches:
1010
- main
1111

0 commit comments

Comments
 (0)