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

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 051249634 AVRO-3530: Rust: Use dependency-review-action for Rust 
(#1714)
051249634 is described below

commit 051249634ad726f703c13341ad70917d300f517a
Author: Martin Grigorov <[email protected]>
AuthorDate: Tue Jun 7 22:34:15 2022 +0300

    AVRO-3530: Rust: Use dependency-review-action for Rust (#1714)
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 .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

Reply via email to