Skip to content

[CODE HEALTH] Fix clang-tidy warnings, part 2 (#3872) #31

[CODE HEALTH] Fix clang-tidy warnings, part 2 (#3872)

[CODE HEALTH] Fix clang-tidy warnings, part 2 (#3872) #31

Workflow file for this run

name: FOSSA scanning
on:
push:
branches:
- main
permissions:
contents: read
jobs:
fossa:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: fossas/fossa-action@c414b9ad82eaad041e47a7cf62a4f02411f427a0 # v1.8.0
with:
api-key: ${{secrets.FOSSA_API_KEY}}
team: OpenTelemetry