Files
advisory-db/.github/workflows
Alex Gaynor 21901853aa Extract repeated rustsec-admin install/cache into a reusable action (#3078)
All five workflows duplicated the same cache + cargo install steps for
rustsec-admin, each hardcoding the pinned revision twice. Move them into
a composite action at .github/actions/install-rustsec-admin, so version
bumps are a one-line change.

publish-web and export-osv check out the gh-pages/osv branches, where
the action file doesn't exist; they now check out main first, install
the tool, then check out the deploy branch as before (the second
checkout cleans and fully replaces the workspace).

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