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
ci: introduce dedicated workflow for updating osv-scalibr (#2246)
Having renovate do this isn't currently working out as it doesn't
support always updating a Go module to the latest digest so whenever a
new version of `osv-scalibr` is published we have to manually update to
the next pseudo version, so this introduces a new workflow similar to
the one we use for updating the snapshots except for updating to the
latest commit on `main` for `osv-scalibr`.
Currently I've just got this running on the same schedule as the
snapshots workflow, though in theory we should be able to wire this up
to `osv-scalibr` to have it actually trigger the workflow whenever a
change is merged in 🤯
0 commit comments