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:58 UTC

[avro] branch avro-3530-dependency-review-action created (now 9f0c6ebe1)

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

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


      at 9f0c6ebe1 AVRO-3530: Rust: Use dependency-review-action for Rust

This branch includes the following new commits:

     new 9f0c6ebe1 AVRO-3530: Rust: Use dependency-review-action for Rust

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by mg...@apache.org.
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