File tree Expand file tree Collapse file tree 5 files changed +1077
-521
lines changed
Expand file tree Collapse file tree 5 files changed +1077
-521
lines changed Original file line number Diff line number Diff line change 88 deploy :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - name : Setup Python
13- uses : actions/setup-python@v5
13+ uses : actions/setup-python@v6
1414 with :
1515 python-version : " 3.11"
1616 - name : cache poetry install
2121 - name : setup poetry
2222 uses : snok/install-poetry@v1
2323 with :
24- poetry- version : 1.4.2
24+ version : 1.4.2
2525 virtualenvs-create : true
2626 virtualenvs-in-project : true
2727 - name : cache deps
3838 poetry version ${{ github.ref_name }}
3939 poetry publish --build
4040 poetry install --no-interaction --no-root --with dev,docs --extras "asyncio"
41- poetry run jake ddt --output-format json -o bom.json --whitelist whitelist.json
41+ poetry run cyclonedx-py poetry -o bom.json --mc-type library --all-extras
4242 - name : update version
4343 uses : stefanzweifel/git-auto-commit-action@v4
4444 with :
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
2121 PYSNC_CLIENT_SECRET : ${{ secrets.PYSNC_CLIENT_SECRET }}
2222 steps :
2323 - name : check out repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 - name : set up python ${{ matrix.python-version }}
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : setup poetry
3030 uses : snok/install-poetry@v1
3131 with :
32- poetry- version : 2.1.3
32+ version : 2.1.3
3333 virtualenvs-create : true
3434 virtualenvs-in-project : true
3535 - name : cache deps
@@ -52,15 +52,15 @@ jobs:
5252 - name : run extra sanity checks
5353 run : |
5454 poetry run mypy
55- poetry run jake ddt --whitelist whitelist .json
55+ poetry run cyclonedx-py poetry -o bom .json --mc-type library --all-extras
5656 prerelease :
5757 runs-on : ubuntu-latest
5858 if : github.ref == 'refs/heads/main'
5959 needs : install-test
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v5
6262 - name : Setup Python
63- uses : actions/setup-python@v5
63+ uses : actions/setup-python@v6
6464 with :
6565 python-version : " 3.11"
6666 - name : cache poetry install
7171 - name : setup poetry
7272 uses : snok/install-poetry@v1
7373 with :
74- poetry- version : 2.1.3
74+ version : 2.1.3
7575 virtualenvs-create : true
7676 virtualenvs-in-project : true
7777 - name : cache deps
You can’t perform that action at this time.
0 commit comments