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/23 20:28:01 UTC

[avro] branch branch-1.11 updated: AVRO-3534: Rust: Use dependency-review-action only for pull_request events (#1717)

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

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


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 440ab18b0 AVRO-3534: Rust: Use dependency-review-action only for pull_request events (#1717)
440ab18b0 is described below

commit 440ab18b097fce7ea0ca1ab03488f3e4c8769095
Author: Martin Grigorov <ma...@users.noreply.github.com>
AuthorDate: Fri Jun 10 00:04:09 2022 +0300

    AVRO-3534: Rust: Use dependency-review-action only for pull_request events (#1717)
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
    (cherry picked from commit a8ee8778dfdccbc9bf5c8423d0d7dbdf1c2c0cbf)
---
 .github/workflows/test-lang-rust-audit.yml | 3 +++
 1 file changed, 3 insertions(+)

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