mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-02-15 05:52:09 +00:00
chore(workflow): update workflow settings
This commit is contained in:
4
.github/workflows/dependency-review.yml
vendored
4
.github/workflows/dependency-review.yml
vendored
@@ -17,9 +17,13 @@ permissions: read-all
|
||||
jobs:
|
||||
dependency-review:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- name: 'Checkout Repository'
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 'Dependency Review'
|
||||
uses: actions/dependency-review-action@v4
|
||||
with:
|
||||
comment-summary-in-pr: always
|
||||
|
||||
Reference in New Issue
Block a user