DEVX-129: feat: test isolation pytest plugin, shift-left quality gates, dep upgrades
Post-merge / detect-and-configure (push) Successful in 11s
Post-merge / release-and-maintain (push) Failing after 27s

This commit was merged in pull request #195.
This commit is contained in:
2026-07-13 00:57:28 +00:00
parent b923e47d81
commit 77c2f7e043
15 changed files with 1711 additions and 129 deletions
+4 -4
View File
@@ -35,17 +35,17 @@ TARGET_DIR = Path.home() / ".local" / "bin"
ACTIONLINT_VERSION = "1.7.12"
GIT_CLIFF_VERSION = "2.13.0"
GIT_CLIFF_VERSION = "2.13.1"
ACT_RUNNER_VERSION = "0.2.11"
TEA_VERSION = "0.14.1"
TEA_VERSION = "0.14.2"
HADOLINT_VERSION = "2.12.0"
HADOLINT_VERSION = "2.14.0"
TOFU_VERSION = "1.12.3"
VALE_VERSION = "3.12.0"
VALE_VERSION = "3.15.1"
def _arch() -> str: