Skip to content

Releases: equisoft-actions/python-workflows

v6.0.0

23 Jan 15:23
cfe6e69

Choose a tag to compare

What's Changed

  • chore(deps): update actions/checkout action by @renovate in #20
  • P22-941: run Pytype only on changed files by @Chahdro in #22

New Contributors

Full Changelog: v5...v6.0.0

v5.0.0

20 Jun 17:14
0cad81f

Choose a tag to compare

What's Changed

Project must have ruff linter in its dependencies
Rule set is wider than previous linter.
To exclude a subset of rules in a project add the following in pyproject.toml :

[tool.ruff]
ignore = [] 

See rules for a definitions of the available rules.
It is also possible to add more rules using extend-select

Full Changelog: v4...v5.0.0

v4.0.0

18 Jan 16:45
0a8c084

Choose a tag to compare

What's Changed

  • Newly added option to use Poetry dependencies manager. The choice between Pipenv and Poetry is made using file .tool-versions. Whenever 'poetry' is specified in .tool-versions, poetry will be used. Else pipenv will be used.
  • Breaking : Target file for action must be changed from .github/workflows/python-pipenv.yml to .github/workflows/python-quality-checks.yml@v4

New Contributors

Full Changelog: v3...v4.0.0

v3.0.0

19 Oct 23:07
a57d2f3

Choose a tag to compare

What's Changed

Full Changelog: v2...v3.0.0

v2.1.0

03 Oct 11:57
95c601e

Choose a tag to compare

What's Changed

  • chore(deps): update fkirc/skip-duplicate-actions action to v5 by @renovate in #15

Full Changelog: v2...v2.1.0

v2.0.0

13 Jul 20:20
d5e7d51

Choose a tag to compare

What's Changed

  • QCTECH-140 & QCTECH-141: Replace Defect Dojo and Dependency Track with GHAS by @meriouma in #14

Breaking changes ⚠️

  • Removed defectdojo-* inputs and secrets
  • Removed dependency-track-* inputs and secrets

Full Changelog: v1.3.0...v2.0.0

v1.3.0

21 Apr 19:17

Choose a tag to compare

What's Changed

  • Use equisoft-actions actions with major tag
  • chore: configure daily dependabot updates by @Chris-V in #5
  • chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #7
  • chore(deps): bump kronostechnologies/actions from 0.0.22 to 0.0.23 by @dependabot in #6
  • Configure Renovate by @renovate in #8
  • Delete dependabot.yml by @meriouma in #10
  • chore(deps): update equisoft-actions/semgrep action to v1.1.0 by @renovate in #11
  • chore(deps): update equisoft-actions/semgrep action to v1.1.1 by @renovate in #12
  • chore(deps): update fkirc/skip-duplicate-actions action to v4 by @renovate in #13

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

09 Feb 19:31
b227150

Choose a tag to compare

What's Changed

  • chore: update setup-python to 1.1.0 by @Chris-V in #4

Full Changelog: v1.1.0...v1.2.0

v1.1.0

07 Feb 15:13
4d176ff

Choose a tag to compare

What's Changed

  • feat: use the Semgrep action, add inputs for Defect Dojo by @Chris-V in #2
  • feat: add BOM generation by @Chris-V in #3

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

02 Feb 21:05
9ebd4b6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/equisoft-actions/python-workflows/commits/v1.0.0