File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919 working-directory : .github/actions/update-website/
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323
2424 - name : Set Node.js
2525 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout code
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 0
1515 persist-credentials : false
Original file line number Diff line number Diff line change 77 build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111
1212 - run : sudo apt-get update && sudo apt-get install -y nginx && sudo systemctl start nginx
1313
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 with :
1616 node-version : ' 20'
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 path : zaproxy-website
2121 - name : Checkout zaproxy.github.io
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 repository : zaproxy/zaproxy.github.io
2525 persist-credentials : false
Original file line number Diff line number Diff line change 1010 name : Full Scan ZAP website
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 ref : main
1616 - name : ZAP Scan
Original file line number Diff line number Diff line change 1010 name : Scan ZAP website
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 ref : main
1616 - name : ZAP Scan
You can’t perform that action at this time.
0 commit comments