Skip to content

Commit

Permalink
github: add dependency review github action (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: pputman12 <putman.patrick@gmail.com>
  • Loading branch information
2 people authored and karlb committed Dec 11, 2024
1 parent 95e0f6f commit 144e263
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: PR only

on:
pull_request:
branches:
- master
- celo*

permissions:
contents: read

jobs:
dependencies:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: "Dependency Review"
uses: actions/dependency-review-action@v4
with:
warn-only: true

0 comments on commit 144e263

Please sign in to comment.