File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1111 bandit :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : Run bandit
1616 run : |
1717 python --version
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717
1818 - name : Set up Python
1919 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2020 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2121 alert-lookup : true
2222 compat-lookup : true
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - name : Approve a PR if not already approved
2525
2626 run : |
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : ' Checkout Repository'
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 - name : ' Dependency Review'
1818 uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 1111 mypy :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : Running mypy
1616 run : |
1717 python -m pip install --quiet --no-cache-dir --upgrade uv
Original file line number Diff line number Diff line change 1111 pylint :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : Running pylint
1616 run : |
1717 python --version
Original file line number Diff line number Diff line change 1111 pytest :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : Running pytest
1616 run : |
1717 python --version
Original file line number Diff line number Diff line change 1111 shellcheck :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : Run ShellCheck
1616 uses : ludeeus/action-shellcheck@master
1717 env :
You can’t perform that action at this time.
0 commit comments