Skip to content

fix(deps): update exposed to v1.1.0 (#552) #252

fix(deps): update exposed to v1.1.0 (#552)

fix(deps): update exposed to v1.1.0 (#552) #252

Workflow file for this run

name: FOSSA Scan
on:
push:
branches:
- main
permissions:
contents: read
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Run FOSSA Scan
uses: fossas/fossa-action@65a5a12203e31a5fcc54154db9c52647f84b1169 # v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}