Skip to content

fix(deps): update docusaurus monorepo to v3.5.2 (#7540) #55

fix(deps): update docusaurus monorepo to v3.5.2 (#7540)

fix(deps): update docusaurus monorepo to v3.5.2 (#7540) #55

Workflow file for this run

name: FOSSA License Scan
on:
push:
branches:
- main
permissions:
contents: read
jobs:
fossa-scan:
if: github.repository == 'detekt/detekt'
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Run FOSSA Scan
uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # tag=v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}