File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v4
2121
2222 - name : Trunk Check
23- uses : trunk-io/trunk-action@v1
23+ uses : trunk-io/trunk-action@v1.1.17
2424 with :
2525 post-annotations : true # only for fork PRs
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
2525 run : npm install
2626
2727 - name : Lint Files (eslint)
28- uses : trunk-io/trunk-action@v1
28+ uses : trunk-io/trunk-action@v1.1.17
2929 with :
3030
3131 # Run on everything except the docs folder.
3232 arguments : --ignore=docs/** --filter=eslint
3333 check-mode : all
3434
3535 - name : Lint Files (other)
36- uses : trunk-io/trunk-action@v1
36+ uses : trunk-io/trunk-action@v1.1.17
3737 with :
3838
3939 # Run on everything except the docs folder.
@@ -46,15 +46,15 @@ jobs:
4646 run : node Makefile checkLicenses
4747
4848 - name : Lint Docs Files (eslint)
49- uses : trunk-io/trunk-action@v1
49+ uses : trunk-io/trunk-action@v1.1.17
5050 with :
5151
5252 # Run only on the docs folder.
5353 arguments : --ignore=** --ignore=!docs/** --filter=eslint
5454 check-mode : all
5555
5656 - name : Lint Docs Files (other)
57- uses : trunk-io/trunk-action@v1
57+ uses : trunk-io/trunk-action@v1.1.17
5858 with :
5959
6060 # Run only on the docs folder.
Original file line number Diff line number Diff line change 9898 "bugs" : " https://github.com/eslint/eslint/issues/" ,
9999 "dependencies" : {
100100 "@eslint-community/eslint-utils" : " ^4.2.0" ,
101- "@eslint-community/regexpp" : " ^4.11.0 " ,
101+ "@eslint-community/regexpp" : " ^4.12.1 " ,
102102 "@eslint/config-array" : " ^0.18.0" ,
103103 "@eslint/core" : " ^0.7.0" ,
104104 "@eslint/eslintrc" : " ^3.1.0" ,
141141 "@trunkio/launcher" : " ^1.3.0" ,
142142 "@types/node" : " ^20.11.5" ,
143143 "@typescript-eslint/parser" : " ^8.4.0" ,
144- "@wdio/browser-runner" : " ^9.0.5 " ,
144+ "@wdio/browser-runner" : " 9.2.1 " ,
145145 "@wdio/cli" : " ^9.0.5" ,
146146 "@wdio/concise-reporter" : " ^9.0.4" ,
147147 "@wdio/mocha-framework" : " ^9.0.5" ,
You can’t perform that action at this time.
0 commit comments