Bump darbiadev/.github from 5083c96ad92e1a10fbcf34a04221da8d353e894a to 4f92594a5a1fd892119b68f9f530180f8196b1f4 #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Dependency Review' | |
on: [ pull_request ] | |
permissions: | |
contents: read | |
jobs: | |
dependency-review: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Checkout Repository' | |
uses: actions/checkout@v3 | |
- name: 'Dependency Review' | |
uses: actions/dependency-review-action@v3 | |
with: | |
config-file: darbiadev/.github/.github/dependency-review-config.yaml@main |