Skip to content

[BUILD] add missing link dependency for bazel (#4220) #39

[BUILD] add missing link dependency for bazel (#4220)

[BUILD] add missing link dependency for bazel (#4220) #39

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@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: fossas/fossa-action@29693cc50323968e039056be419b32989fc5880c # v2.0.0
with:
api-key: ${{secrets.FOSSA_API_KEY}}
team: OpenTelemetry