File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212 - uses : actions/setup-python@v5
1313 with :
14- python-version : ' 3.11 '
14+ python-version : ' 3.13 '
1515 - run : pip install -e .[dev]
1616 - run : pytest --cov=src --cov-report=xml
1717 - uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change 1616 - name : Set up Python
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.11 '
19+ python-version : ' 3.13 '
2020 - name : Install pip-licenses
2121 run : pip install pip-licenses
2222 - name : Generate license report
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212 - uses : actions/setup-python@v5
1313 with :
14- python-version : ' 3.11 '
14+ python-version : ' 3.13 '
1515 - run : pip install cyclonedx-bom
1616 - run : cyclonedx-py requirements -i requirements.txt -o bom.json
1717 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 1616 - name : Set up Python
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.11 '
19+ python-version : ' 3.13 '
2020 - name : Install pip-audit
2121 run : pip install pip-audit
2222 - name : Run pip-audit and generate JSON
Original file line number Diff line number Diff line change 1515 - name : Set up Python
1616 uses : actions/setup-python@v5
1717 with :
18- python-version : ' 3.11 '
18+ python-version : ' 3.13 '
1919 - name : Install CycloneDX + pip-audit
2020 run : |
2121 pip install cyclonedx-bom pip-audit
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Notify Slack
1818 if : env.SLACK_WEBHOOK_URL != ''
19- uses : slackapi/slack-github-action@v1.24.0
19+ uses : slackapi/slack-github-action@v1.27.1
2020 with :
2121 payload : |
2222 {
Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v4
99 - uses : actions/setup-python@v5
1010 with :
11- python-version : ' 3.11 '
11+ python-version : ' 3.13 '
1212 - run : pip install build twine
1313 - run : python -m build
1414 - run : twine check dist/*
You can’t perform that action at this time.
0 commit comments