File tree Expand file tree Collapse file tree 7 files changed +18
-18
lines changed
Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ jobs:
1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020
2121 - name : Security check - Bandit
22- uses : ioggstream/bandit-report-artifacts@v0.0.2
22+ uses : ioggstream/bandit-report-artifacts@v1.7.4
2323 with :
2424 project_path : .
2525 config_file : .bandit.yml
2626
2727 # This is optional
2828 - name : Security check report artifacts
29- uses : actions/upload-artifact@v1
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : Security report
3232 path : output/security_report.txt
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - name : Set up Python 3.12
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : " 3.12"
2424 - name : Install dependencies
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - name : Set up Python 3.12
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : " 3.12"
2424 - name : Install dependencies
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - name : Set up Python 3.12
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : " 3.12"
2424 - name : Install dependencies
2828 poetry config virtualenvs.create false
2929 poetry install --no-root --with dev
3030 - name : Test & publish code coverage
31- uses : paambaati/codeclimate-action@v3.2 .0
31+ uses : paambaati/codeclimate-action@v5.0 .0
3232 env :
3333 CC_TEST_REPORTER_ID : ${{ secrets.CODECLIMATE_REPORTER_ID }}
3434 with :
Original file line number Diff line number Diff line change 1919 os : [ubuntu-latest]
2020 runs-on : ${{ matrix.os }}
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - name : Set up Python ${{ matrix.version }}
24- uses : actions/setup-python@v4
24+ uses : actions/setup-python@v5
2525 with :
2626 python-version : " ${{ matrix.version }}"
2727 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 contents : read
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919
2020 - name : Set up Python 3.12
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : " 3.12"
2424
3232 poetry build
3333
3434 - name : Archive the dist folder
35- uses : actions/upload-artifact@v3
35+ uses : actions/upload-artifact@v4
3636 with :
3737 name : dist
3838 path : dist
5555
5656 steps :
5757 - name : Download the dist folder from the build job
58- uses : actions/download-artifact@v3
58+ uses : actions/download-artifact@v4
5959 with :
6060 name : dist
6161 path : dist
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ jobs:
3737
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v3
40+ uses : actions/checkout@v4
4141
4242 - name : Set up Python 3.12
43- uses : actions/setup-python@v4
43+ uses : actions/setup-python@v5
4444 with :
4545 python-version : " 3.12"
4646
You can’t perform that action at this time.
0 commit comments