File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v5
2525
2626 - name : Set Node.js 16.x
27- uses : actions/setup-node@v4.3 .0
27+ uses : actions/setup-node@v6.0 .0
2828 with :
2929 node-version : 16.x
3030
4646 id : diff
4747
4848 # If index.js was different than expected, upload the expected version as an artifact
49- - uses : actions/upload-artifact@v4
49+ - uses : actions/upload-artifact@v5
5050 if : ${{ failure() && steps.diff.conclusion == 'failure' }}
5151 with :
5252 name : dist
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 build : # make sure build/ci work properly
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v5
1515 - run : |
1616 npm install
1717 - run : |
1818 npm run all
1919 test : # make sure the action works on a clean machine without building
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v5
2323 - name : Run action
2424 uses : ./
2525 with :
3535 with :
3636 sarifFile : test-data/webgoat1.sarif
3737 - name : Archive SARIF output
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v5
3939 with :
4040 name : sarif-output
4141 path : test-data/webgoat-with-security-standard-tag.sarif
You can’t perform that action at this time.
0 commit comments