docs: Update README and Versions files with the communication pla…
#41
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
| name: FOSSA Scan | |
| on: | |
| push: | |
| branches: [main, combined-sdk] | |
| pull_request: | |
| branches: [main, combined-sdk] | |
| permissions: | |
| contents: read | |
| jobs: | |
| fossa: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: fossas/fossa-action@main | |
| with: | |
| api-key: ${{ secrets.FOSSA_API_KEY }} | |
| branch: ${{ github.head_ref || github.ref_name }} |