Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,13 @@ jobs:
# reproducible and a later gate change cannot move this repo's verdict
# without a commit here.
enable-hydra-gates: true
hydra-gates-ref: v1.3.0
hydra-gates-ref: v1.4.0
# PIN MOVED v1.3.0 -> v1.4.0 (fleet consumer-ref sweep, 2026-08-05).
# A pinned ref is a silent expiry date on every upstream fix: this repo
# cannot receive a gate-package fix until this line moves. v1.4.0 is the
# latest tag and the FIRST one carrying `hydra-gates/scripts/axe-run.cjs`
# (verified absent at v1.3.0), so it is also the first that has #168's
# axe DOM scoping and #165's gate-46 fix.
# `enable-axe` is deliberately still NOT set — a vanilla Nextcloud 34
# reports serious/critical violations on core's OWN routes that DOM
# scoping does not remove. Enabling axe is a separate decision.
Loading