Skip to content

[Infra] Only check changed files for dotnet format (#7425) #166

[Infra] Only check changed files for dotnet format (#7425)

[Infra] Only check changed files for dotnet format (#7425) #166

Workflow file for this run

name: FOSSA scanning
on:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
fossa:
name: Run FOSSA scan
runs-on: ubuntu-24.04
if: github.event.repository.fork == false
steps:
- name: Checkout code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
filter: 'tree:0'
persist-credentials: false
show-progress: false
- name: Run FOSSA analysis
uses: fossas/fossa-action@ff70fe9fe17cbd2040648f1c45e8ec4e4884dcf3 # v1.9.0
with:
api-key: ${{ secrets.FOSSA_API_KEY }}
team: OpenTelemetry