Skip to content

Bump Microsoft.AspNetCore.WebUtilities and 6 others #200

Bump Microsoft.AspNetCore.WebUtilities and 6 others

Bump Microsoft.AspNetCore.WebUtilities and 6 others #200

name: 'Dependency Review'
on:
workflow_dispatch:
pull_request:
branches:
- 'main'
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
with:
egress-policy: audit
- name: 'Checkout Repository'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 'Dependency Review'
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
with:
allow-licenses: Apache-2.0, MIT, BSD-3-Clause, CC-BY-SA-4.0