Skip to content

Build(deps): Bump NLog from 5.2.6 to 5.3.2 (#401) #62

Build(deps): Bump NLog from 5.2.6 to 5.3.2 (#401)

Build(deps): Bump NLog from 5.2.6 to 5.3.2 (#401) #62

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