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 @@ -23,10 +23,10 @@ jobs:
2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727
2828 - name : Set Node.js 16.x
29- uses : actions/setup-node@v6.0 .0
29+ uses : actions/setup-node@v6.1 .0
3030 with :
3131 node-version : 16.x
3232
4848 id : diff
4949
5050 # If index.js was different than expected, upload the expected version as an artifact
51- - uses : actions/upload-artifact@v5
51+ - uses : actions/upload-artifact@v6
5252 if : ${{ failure() && steps.diff.conclusion == 'failure' }}
5353 with :
5454 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@v5
14+ - uses : actions/checkout@v6
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@v5
22+ - uses : actions/checkout@v6
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@v5
38+ uses : actions/upload-artifact@v6
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