File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22on :
33 - push
44 - pull_request
5+ permissions :
6+ contents : read
57jobs :
68 test :
79 name : Node.js ${{ matrix.node-version }}
2224 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2325 restore-keys : |
2426 ${{ runner.os }}-node-
25- - run : npm install -g npm@8
2627 - run : npm ci
2728 - run : npm test
2829 - uses : codecov/codecov-action@v1
Original file line number Diff line number Diff line change 1111 # To guarantee Maintained check is occasionally updated. See
1212 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
1313 schedule :
14- - cron : ' 16 21 * * 1'
14+ - cron : " 16 21 * * 1"
1515 push :
16- branches : [ "master" ]
16+ branches : ["master"]
1717
1818# Declare default permissions as read only.
19- permissions : read-all
19+ permissions :
20+ contents : read
2021
2122jobs :
2223 analysis :
You can’t perform that action at this time.
0 commit comments