File tree Expand file tree Collapse file tree 4 files changed +7221
-3989
lines changed
Expand file tree Collapse file tree 4 files changed +7221
-3989
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@v5
24+ - uses : actions/checkout@v6
2525
2626 - name : Set Node.js 16.x
27- uses : actions/setup-node@v6.0 .0
27+ uses : actions/setup-node@v6.1 .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@v5
49+ - uses : actions/upload-artifact@v6
5050 if : ${{ failure() && steps.diff.conclusion == 'failure' }}
5151 with :
5252 name : dist
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 build : # make sure build/ci work properly
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - run : |
1818 npm install
1919 - run : |
2020 npm run all
2121 test : # make sure the action works on a clean machine without building
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - name : Run action
2626 uses : ./
2727 with :
3737 with :
3838 sarifFile : test-data/webgoat1.sarif
3939 - name : Archive SARIF output
40- uses : actions/upload-artifact@v5
40+ uses : actions/upload-artifact@v6
4141 with :
4242 name : sarif-output
4343 path : test-data/webgoat-with-security-standard-tag.sarif
You can’t perform that action at this time.
0 commit comments