File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 bandit :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - uses : actions/setup-python@v5
1717 with :
1818 python-version : " 3.12"
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - uses : actions/setup-python@v5
1717 with :
1818 python-version : " 3.12"
Original file line number Diff line number Diff line change 1717 name : Analyze (Python)
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121 - uses : github/codeql-action/init@v4
2222 with :
2323 languages : python
Original file line number Diff line number Diff line change 1212 coverage :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - uses : actions/setup-python@v5
1717 with :
1818 python-version : " 3.12"
Original file line number Diff line number Diff line change 1212 lint :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - uses : actions/setup-python@v5
1717 with :
1818 python-version : " 3.12"
Original file line number Diff line number Diff line change 1515 matrix :
1616 python-version : ["3.10", "3.11", "3.12"]
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments