Skip to content

Bump the analyzers group in /src with 2 updates #122

Bump the analyzers group in /src with 2 updates

Bump the analyzers group in /src with 2 updates #122

Workflow file for this run

name: '🐯 FOSSA: License & security scan'
on:
pull_request:
paths:
- 'src/**'
- '.github/workflows/fossa-scan.yml'
types: [opened, synchronize, reopened]
push:
branches:
- 'master'
paths:
- 'src/**'
- '.github/workflows/fossa-scan.yml'
workflow_dispatch:
jobs:
scan:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: 📥 checkout
uses: actions/checkout@v3
- name: 🔬 scan
uses: fossas/fossa-action@main
with:
api-key: ${{ secrets.FOSSA_API_KEY }}