mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 08:32:45 -05:00
[PR #6980] [MERGED] Update crates and GHA #20709
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6980
Author: @BlackDex
Created: 3/21/2026
Status: ✅ Merged
Merged: 3/23/2026
Merged by: @dani-garcia
Base:
main← Head:update-crates-and-gha📝 Commits (1)
5126fe2Update crates and GHA📊 Changes
7 files changed (+129 additions, -114 deletions)
View changed files
📝
.github/workflows/build.yml(+13 -22)📝
.github/workflows/release.yml(+1 -1)📝
.github/workflows/trivy.yml(+2 -2)📝
.github/workflows/zizmor.yml(+1 -1)📝
Cargo.lock(+106 -81)📝
Cargo.toml(+6 -6)📝
src/api/admin.rs(+0 -1)📄 Description
Updated all crates which are possible.
Updated all GitHub Actions to their latest version. There was a supply-chain attack on the trivy action to which we were not exposed since we were using pinned sha hashes. The latest version v0.35.0 is not vulnerable and that version will be used with this commit.
Also removed
dtolnay/rust-toolchainas suggested by zizmor and adjusted the way to install the correct toolchain. Since this GitHub Action did not used any version tagging, it was also cumbersome to update.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.