Skip to content

Update stale.yml (#302) #201

Update stale.yml (#302)

Update stale.yml (#302) #201

Workflow file for this run

name: Fossa
on:
push:
branches:
- main
paths-ignore:
- "**.md"
concurrency:
group: ${{ github.ref_name }}-fossa
cancel-in-progress: true
permissions:
contents: read
jobs:
scan:
name: Fossa
runs-on: ubuntu-22.04
if: ${{ github.event.repository.fork == false }}
steps:
- name: Checkout Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Scan
uses: fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # v1.3.3
with:
api-key: ${{ secrets.FOSSA_TOKEN }}