Skip to content

Bump actions/upload-artifact from 6 to 7 (#440) #232

Bump actions/upload-artifact from 6 to 7 (#440)

Bump actions/upload-artifact from 6 to 7 (#440) #232

Workflow file for this run

name: fossa
on:
push:
branches: [develop]
pull_request:
branches: [develop]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: fossas/fossa-action@main # Use a specific version if locking is preferred
with:
api-key: ${{secrets.FOSSA_API_KEY}}