Skip to content

Update GH Actions to latest versions. #634

Update GH Actions to latest versions.

Update GH Actions to latest versions. #634

Workflow file for this run

name: FOSSA License Scanning
on:
push:
paths-ignore:
- '**.md'
- '**.csv'
- '**.plot'
- '**.properties'
- '**.json'
- '**.svg'
jobs:
fossa:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Run FOSSA scan and upload build data
uses: fossa-contrib/[email protected]
with:
fossa-api-key: ${{secrets.FOSSA_API_KEY}}