Skip to content

Commit a292bf6

Browse files
committed
ci: disable cargo-outdated
broken due to edition2024 kbknapp/cargo-outdated#411
1 parent 6c9afa6 commit a292bf6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/scans.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,10 @@ jobs:
178178
179179
cargo audit
180180
181-
if ! cargo outdated -R --exit-code 1; then
182-
echo "❗ [T186] Out of date third party dependencies found"
183-
exit 1
184-
fi
181+
# broken: see https://github.com/kbknapp/cargo-outdated/issues/411
182+
# if ! cargo outdated -R --exit-code 1; then
183+
# echo "❗ [T186] Out of date third party dependencies found"
184+
# exit 1
185+
# fi
185186
186187
echo "✅ [T186] No outdated or vulnerable third party dependencies found"

0 commit comments

Comments
 (0)