Skip to content

Commit e1b2c90

Browse files
Jefffreyalamb
andauthored
chore: specify --locked when cargo installing cargo-audit (#10170)
same as we do elsewhere https://github.com/apache/arrow-rs/blob/c8eba1a0b9e6c307109c9f69ac2aae728b4c8cd9/.github/workflows/miri.yaml#L63 https://github.com/apache/arrow-rs/blob/c8eba1a0b9e6c307109c9f69ac2aae728b4c8cd9/.github/workflows/rust.yml#L121-L123 - see reasoning in this comment; we're not failing right now, but its good to prevent any future issues Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent 3208e4f commit e1b2c90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4040
- name: Install cargo-audit
41-
run: cargo install cargo-audit
41+
run: cargo install cargo-audit --locked
4242
- name: Run audit check
4343
run: cargo audit

0 commit comments

Comments
 (0)