Skip to content

Bump github/super-linter from 6 to 7 in the github-actions group (#4014) #3568

Bump github/super-linter from 6 to 7 in the github-actions group (#4014)

Bump github/super-linter from 6 to 7 in the github-actions group (#4014) #3568

Workflow file for this run

name: FOSSA
on:
push:
branches:
- master
permissions: read-all
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fossas/fossa-action@main
with:
api-key: ${{secrets.FOSSA_API_KEY}}