diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index b277812..2ab44a4 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -17,8 +17,5 @@ permissions: security-events: 'write' jobs: - ci: - uses: 'rios0rios0/pipelines/.github/workflows/python.yaml@main' - - docker: - uses: 'rios0rios0/pipelines/.github/workflows/python-docker.yaml@main' + default: + uses: 'rios0rios0/pipelines/.github/workflows/pdm-docker.yaml@main' diff --git a/CHANGELOG.md b/CHANGELOG.md index a08d53d..debf697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha ### Changed +- changed CI workflow to use a single `pdm-docker.yaml` call instead of separate `python.yaml` + `python-docker.yaml` jobs, matching the standard pipeline composition pattern - updated required Python version from `3.9` to `3.13.12` - updated safety version from `3.0.1` to `3.5.1` to address vulnerabilities - updated build backend from deprecated `pdm-pep517` to `pdm-backend`