Skip to content

Bump meziantou.framework.nugetpackagevalidation.tool from 1.0.34 to 1.0.35 #2794

Bump meziantou.framework.nugetpackagevalidation.tool from 1.0.34 to 1.0.35

Bump meziantou.framework.nugetpackagevalidation.tool from 1.0.34 to 1.0.35 #2794

name: dependency-review
on:
pull_request:
branches:
- main
- release/*
- dotnet-vnext
permissions: {}
jobs:
dependency-review:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
filter: 'tree:0'
persist-credentials: false
show-progress: false
- name: Review dependencies
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
with:
allow-licenses: 'Apache-2.0,BSD-3-Clause,MIT'