File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - name : Bandit Scan
3434 uses : shundor/python-bandit-scan@9cc5aa4a006482b8a7f91134412df6772dbda22c
3535 with : # optional arguments
Original file line number Diff line number Diff line change 88 auto-merge :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - uses : ahmadnassri/action-dependabot-auto-merge@v2
1313 with :
1414 target : minor
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 # https://github.com/actions/checkout
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 persist-credentials : false
3131 fetch-depth : 0
Original file line number Diff line number Diff line change 2121 steps :
2222 # https://github.com/actions/checkout
2323 - name : Checkout code
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 # https://github.com/actions/setup-python
2727 - name : Setup Python
Original file line number Diff line number Diff line change 5858
5959 steps :
6060 # https://github.com/actions/checkout
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v5
6262 with :
6363 persist-credentials : false
6464 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments