This repository was archived by the owner on Feb 6, 2026. It is now read-only.
Merge pull request #8324 from systeminit/create-pull-request/patch #7090
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| fossa-scan: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: "Checkout Code" | |
| uses: actions/checkout@v4 | |
| - name: "Run FOSSA Scan" | |
| uses: fossas/fossa-action@v1.3.1 | |
| with: | |
| api-key: ${{secrets.FOSSA_API_KEY}} |