Skip to content

chore(deps): update dependency @netlify/edge-functions to ^2.8.1 (#2457) #1735

chore(deps): update dependency @netlify/edge-functions to ^2.8.1 (#2457)

chore(deps): update dependency @netlify/edge-functions to ^2.8.1 (#2457) #1735

Workflow file for this run

name: Dependency License Scanning
on:
push:
branches:
- main
- chore/fossa-workflow # convenience branch for future fossa tweaks
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: fossas/fossa-action@main # Use a specific version if locking is preferred
with:
api-key: ${{secrets.FOSSA_API_KEY}}