Skip to content

Commit

Permalink
fix(workflow): update dependency review action to use 'next' version
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Jan 4, 2025
1 parent e3d340a commit a3402af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ on:

pull_request:

push:
branches:
- next

jobs:
main:
uses: the-nexim/actions/.github/workflows/dependency-review.yaml@v1
uses: the-nexim/actions/.github/workflows/dependency-review.yaml@next
permissions:
contents: read

0 comments on commit a3402af

Please sign in to comment.