Skip to content

Bump actions/setup-dotnet from 4.0.0 to 4.0.1 (#412) #101

Bump actions/setup-dotnet from 4.0.0 to 4.0.1 (#412)

Bump actions/setup-dotnet from 4.0.0 to 4.0.1 (#412) #101

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}}