File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : CI
22on :
33 push :
4- branches : [main]
4+ branches : [main, v9.x-dev ]
55 pull_request :
6- branches : [main]
6+ branches : [main, v9.x-dev ]
77
88permissions :
99 contents : read
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ name: "CodeQL"
1313
1414on :
1515 push :
16- branches : [main]
16+ branches : [main, v9.x-dev ]
1717 pull_request :
1818 # The branches below must be a subset of the branches above
19- branches : [main]
19+ branches : [main, v9.x-dev ]
2020 schedule :
2121 - cron : " 28 17 * * 5"
2222
Original file line number Diff line number Diff line change 11name : CI
22on :
33 push :
4- branches : [main]
4+ branches : [main, v9.x-dev ]
55 paths :
66 - " docs/**"
77
88 pull_request :
9- branches : [main]
9+ branches : [main, v9.x-dev ]
1010 paths :
1111 - " docs/**"
1212
Original file line number Diff line number Diff line change 11name : CI
22on :
33 push :
4- branches : [main]
4+ branches : [main, v9.x-dev ]
55 pull_request :
6- branches : [main]
6+ branches : [main, v9.x-dev ]
77
88permissions :
99 contents : read
@@ -156,6 +156,7 @@ jobs:
156156 uses : actions/checkout@v5
157157 with :
158158 repository : eslint/json
159+ ref : json-v0.14.0 # Tag of the last version that is compatible with ESLint v9
159160 path : json
160161
161162 - uses : actions/setup-node@v6
@@ -171,7 +172,7 @@ jobs:
171172 run : |
172173 npm install
173174 npm run build
174- npm install ../eslint @eslint/core@latest
175+ npm install ../eslint
175176
176177 - name : Run TSC
177178 working-directory : json
You can’t perform that action at this time.
0 commit comments