You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/06/07 11:57:59 UTC

[avro] 01/01: AVRO-3530: Rust: Use dependency-review-action for Rust

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch avro-3530-dependency-review-action
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 9f0c6ebe1fbf51cae50b5327977a1f274ec2fd2b
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Jun 7 14:57:28 2022 +0300

    AVRO-3530: Rust: Use dependency-review-action for Rust
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 .github/workflows/test-lang-rust-audit.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/test-lang-rust-audit.yml b/.github/workflows/test-lang-rust-audit.yml
index b25ddc574..134e5f8be 100644
--- a/.github/workflows/test-lang-rust-audit.yml
+++ b/.github/workflows/test-lang-rust-audit.yml
@@ -47,6 +47,8 @@ jobs:
       #  with:
       #    token: ${{ secrets.GITHUB_TOKEN }}
       # Install it manually
+      - name: Dependency Review
+        uses: actions/dependency-review-action@v1
       - name: Install Cargo Audit
         run: cargo install cargo-audit
       - name: Audit