diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-10-18 09:26:58 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-10-18 09:43:24 +0200 |
| commit | b0e151c515e40ca5e6cef09a1440a3136110a6ef (patch) | |
| tree | 3440ec0ba7ad9454b57dba4da238f225f1f428f6 | |
| parent | 8ffc8d3a6f2f2598566791a2bf87d05b316b1b18 (diff) | |
| download | mullvadvpn-b0e151c515e40ca5e6cef09a1440a3136110a6ef.tar.xz mullvadvpn-b0e151c515e40ca5e6cef09a1440a3136110a6ef.zip | |
Upgrade cargo audit CI action ta latest version
Pin to commit since that's best practice
| -rw-r--r-- | .github/workflows/cargo-audit.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index a9f8c039c7..e98fdfd93a 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - uses: actions-rust-lang/audit@v1.1.11 + - uses: actions-rust-lang/audit@531fba54daed81c23724925a1892a60c74969c38 # v1.2.1 name: Audit Rust Dependencies with: file: Cargo.lock @@ -29,7 +29,7 @@ jobs: # Ignored audit issues. This list should be kept short, and effort should be # put into removing items from the list. - - uses: actions-rust-lang/audit@v1.1.11 + - uses: actions-rust-lang/audit@531fba54daed81c23724925a1892a60c74969c38 # v1.2.1 name: Audit testrunner Rust Dependencies with: file: test/Cargo.lock |
