0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-18 20:10:04 +02:00
silverwind 2a33c56911
fix(actions): correct dynamic matrix job fields and expansion
- expanded matrix jobs inherit RunAttemptID, Attempt, AttemptJobID and
  TokenPermissions, so they stay in the attempt and downstream needs/status
  aggregation account for them
- reuse the placeholder as the first combination instead of leaving a skipped
  phantom job that poisoned downstream `needs`
- jobparser only clones + pre-evaluates a matrix when it contains a `${{ }}`
  expression; static matrices keep the original path
- handle the expanded-job marshal error, drop the unused mergeNeedsIntoVars,
  gate and attempt-scope the post-resolve job reload, trim resolver logging
- migration: add IgnoreConstrains for mssql; revert the unrelated go.mod
  golang.org/x/net downgrade

Co-Authored-By: Claude (Opus 4.8) <noreply@anthropic.com>
2026-05-29 08:42:27 +02:00
..