File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 98
98
run : yarn test --coverage ${{ matrix.eslint-version == 8 }}
99
99
env :
100
100
CI : true
101
- - uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
101
+ - uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
102
102
if : ${{ matrix.eslint-version == 8 }}
103
103
with :
104
104
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 28
28
yarn install
29
29
yarn build
30
30
ln -s ../ node_modules/eslint-plugin-jest
31
- - uses : AriPerkkio/eslint-remote-tester-run-action@c0213f3c3b320c3dac16578ed9d0ba8af148a1a8 # v4.0 .0
31
+ - uses : AriPerkkio/eslint-remote-tester-run-action@c0213f3c3b320c3dac16578ed9d0ba8af148a1a8 # v4.1 .0
32
32
with :
33
33
issue-title : ' Results of weekly scheduled smoke test'
34
34
eslint-remote-tester-config : eslint-remote-tester.config.ts
You can’t perform that action at this time.
0 commit comments