Skip to content

Commit

Permalink
Update depends.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishnan-Priyanshu committed May 13, 2023
1 parent 4b741b7 commit 72f7707
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/depends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
# 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: [pull_request]
on:
push:
branches: [ "main", "dev-1.1.0", "code-ql-github-action" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '30 9 * * *'

permissions:
contents: read
Expand Down

0 comments on commit 72f7707

Please sign in to comment.