Skip to content

Upgrade addon-framework to 0.9.3. #144

Upgrade addon-framework to 0.9.3.

Upgrade addon-framework to 0.9.3. #144

Workflow file for this run

name: FOSSA
on:
push:
branches:
- main
jobs:
fossa-scan:
name: License and Security Scan
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Run FOSSA Scan
uses: fossas/fossa-action@v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}