Skip to content

Update weekly update (#8576) #1012

Update weekly update (#8576)

Update weekly update (#8576) #1012

Workflow file for this run

name: FOSSA
on:
push:
branches:
- main
permissions:
contents: read
jobs:
fossa:
if: github.repository == 'open-telemetry/opentelemetry-java'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: fossas/fossa-action@ff70fe9fe17cbd2040648f1c45e8ec4e4884dcf3 # v1.9.0
with:
api-key: ${{secrets.FOSSA_API_KEY}}
team: OpenTelemetry