Skip to content

Commit 7504512

Browse files
chore(deps): update github actions
1 parent f796391 commit 7504512

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/Code Coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

.github/workflows/License Report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/SBOM Generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

.github/workflows/Vulnerability Audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/archive/SBOM and License Audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

.github/workflows/ci-experiments/ci-failure-notifications-split.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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
{

.github/workflows/metadata-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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/*

0 commit comments

Comments
 (0)