This repository was archived by the owner on Feb 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v3
2626
2727 - name : Set Node.js 16.x
2828 uses : actions/setup-node@v2.4.1
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
1010 build : # make sure build/ci work properly
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 - run : |
1515 npm install
1616 npm run all
1717 test : # make sure the action works on a clean machine without building
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121 - uses : ./
2222 with :
2323 # to allow the invalid wrapper jar present in test data
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v3
2828
2929 # Initializes the CodeQL tools for scanning.
3030 - name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments