File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1+ version : 3
2+
3+ targets :
4+ only :
5+ - type : gradle
6+
7+ experimental :
8+ gradle :
9+ configurations-only :
10+ # consumer will only be exposed to these dependencies
11+ - runtimeClasspath
Original file line number Diff line number Diff line change @@ -125,6 +125,6 @@ settings](https://github.com/open-telemetry/community/blob/main/docs/how-to-conf
125125
126126### Organization secrets
127127
128+ - ` FOSSA_API_KEY `
128129- ` OPENTELEMETRYBOT_GITHUB_TOKEN `
129- - ` OTELBOT_CLIENT_ID `
130130- ` OTELBOT_PRIVATE_KEY `
Original file line number Diff line number Diff line change 1+ name : FOSSA
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+
8+ permissions :
9+ contents : read
10+
11+ jobs :
12+ fossa :
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
17+ - uses : fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
18+ with :
19+ api-key : ${{secrets.FOSSA_API_KEY}}
You can’t perform that action at this time.
0 commit comments