Skip to content

Fix #202 and other issues: Simplify common-provider-resources inheritance and use /tmp for all brew invocations. #212

Fix #202 and other issues: Simplify common-provider-resources inheritance and use /tmp for all brew invocations.

Fix #202 and other issues: Simplify common-provider-resources inheritance and use /tmp for all brew invocations. #212

Workflow file for this run

name: 'Dependency Review'
on: [pull_request]
permissions:
contents: read
pull-requests: write
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v7.0.1
- name: 'Dependency Review'
uses: actions/dependency-review-action@v5.0.0
with:
fail-on-severity: low
fail-on-scopes: runtime,development,unknown
license-check: false
vulnerability-check: true
comment-summary-in-pr: on-failure
show-openssf-scorecard: false
show-patched-versions: true