Skip to content

NuGet.Packaging.Core has been deprecated in favor of NuGet.Packaging. #118

NuGet.Packaging.Core has been deprecated in favor of NuGet.Packaging.

NuGet.Packaging.Core has been deprecated in favor of NuGet.Packaging. #118

Workflow file for this run

name: fossa
on:
push:
branches: [develop]
pull_request:
branches: [develop]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fossas/fossa-action@main # Use a specific version if locking is preferred
with:
api-key: ${{secrets.FOSSA_API_KEY}}