You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a whuppi-ci-refs job to the reusable upgrade-check.yml. It sweeps
every whuppi/ci/…@vX.Y.Z ref across a consumer's .github (workflow files
and vendored composite action.ymls alike) to the latest release, in one
reviewed PR. Dependabot's github-actions updater never reads uses: refs
inside composite actions
(dependabot-core#6704,
open), so a grouped bump moved only the workflow refs and split the pin, which pin-availability then rejected. The new job owns that bump and keeps the pin
uniform by construction. Consumers drop whuppi/ci* from their Dependabot github-actions group.