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 <[email protected]> AuthorDate: Tue Jun 7 14:57:28 2022 +0300 AVRO-3530: Rust: Use dependency-review-action for Rust 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
