Browse Source

Update dependency-review.yml

pull/1989/head
Pavel Goultiaev 2 years ago
committed by GitHub
parent
commit
36e62da62f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/dependency-review.yml

+ 1
- 1
.github/workflows/dependency-review.yml View File

@ -5,7 +5,7 @@
# Source repository: https://github.com/actions/dependency-review-action # 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 # 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' name: 'Dependency Review'
on: [push]
on: [pull_request]
permissions: permissions:
contents: read contents: read


Loading…
Cancel
Save