Skip to content

chore(deps): Bump dependabot/fetch-metadata from 2.5.0 to 3.1.0 #16

chore(deps): Bump dependabot/fetch-metadata from 2.5.0 to 3.1.0

chore(deps): Bump dependabot/fetch-metadata from 2.5.0 to 3.1.0 #16

Workflow file for this run

name: FOSSA license scan
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: fossa-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
fossa:
name: License compliance
env:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
with:
persist-credentials: false
- name: Run FOSSA analysis
uses: fossas/fossa-action@ff70fe9fe17cbd2040648f1c45e8ec4e4884dcf3 # v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}
- name: Run FOSSA test
uses: fossas/fossa-action@ff70fe9fe17cbd2040648f1c45e8ec4e4884dcf3 # v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}
run-tests: true