File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737 - name : Bandit Scan
3838 uses : shundor/python-bandit-scan@ab1d87dfccc5a0ffab88be3aaac6ffe35c10d6cd
3939 with : # optional arguments
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0 # Fetch all history for proper versioning
2323
Original file line number Diff line number Diff line change 1212 contents : read
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616
1717 - name : Set up Python
1818 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1616 python-version : ["3.13"]
1717
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020
2121 - name : Set up Python ${{ matrix.python-version }}
2222 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments