Skip to content

Merge branch 'master' into dependabot/dotnet_sdk/dotnet-sdk-9.0.102 #987

Merge branch 'master' into dependabot/dotnet_sdk/dotnet-sdk-9.0.102

Merge branch 'master' into dependabot/dotnet_sdk/dotnet-sdk-9.0.102 #987

name: 'Dependency Review'
on: [pull_request, push, workflow_dispatch]
permissions:
contents: read
pull-requests: write
# https://www.meziantou.net/how-to-cancel-github-workflows-when-pushing-new-commits-on-a-branch.htm
concurrency:
# pull request number or branch name if not a pull request
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
dependency-review:
if: github.actor != 'app/dependabot'
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/[email protected]
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
with:
base-ref: master
head-ref: master
fail-on-severity: high
comment-summary-in-pr: always