Skip to content

Commit

Permalink
skip checks on action checksums (#15291)
Browse files Browse the repository at this point in the history
  • Loading branch information
snesm authored Jul 23, 2024
1 parent 8b4cf30 commit fd7e31e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ name: 'Dependency Review'
on:
pull_request:
branches:
- master
- master
paths:
- 'frontend-react/**'
- 'prime-router/**'

permissions:
actions: read
Expand Down

0 comments on commit fd7e31e

Please sign in to comment.