Files
advisory-db/.github
Alex Gaynor 0bfde9d6a4 Save rustsec-admin cache eagerly instead of in a post step (#3079)
The combined actions/cache action saves the cache in a post step. Post
steps of a local composite action re-resolve its action.yml from the
workspace at job end, which fails in publish-web and export-osv: by then
the gh-pages/osv branch is checked out and the action file no longer
exists. Use actions/cache/restore plus an explicit actions/cache/save
right after the install instead, so the action registers no post step.
The cached path is final immediately after cargo install anyway.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-27 13:27:01 -04:00
..