From 36e62da62f0c9971e7a3a813babcc918f44d8524 Mon Sep 17 00:00:00 2001 From: Pavel Goultiaev Date: Thu, 20 Oct 2022 14:27:10 +0200 Subject: [PATCH] Update dependency-review.yml --- .github/workflows/dependency-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index ca7a28921..fe461b424 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -5,7 +5,7 @@ # Source repository: https://github.com/actions/dependency-review-action # Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement name: 'Dependency Review' -on: [push] +on: [pull_request] permissions: contents: read