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
The updated CI does not properly interpret the list of changed files
so that only modified advisories get checked (when *only* advisories
changed).
- The "changed files" list could include non-advisories (e.g. CI
workflow YAML files). Update the `advisories_changed` job to
output the filtered file list (as JSON).
- Remove the `changed_files` job. It is not needed. We output
the matched files from the `advisories_changed` job.
- There were some `bash` command parsing errors when including the
JSON in the command arguments. Propagate it in environment
variables instead.
- `$CHANGED_ADVISORIES` outputs only the first element of the array.
Use `printf` to print the array, one file per line.
- Finally, it seems that `jq` is present in the CI environment and
we can remove the "Setup jq" step.
0 commit comments