We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b160f57 commit a4e50eeCopy full SHA for a4e50ee
.github/workflows/enforce-license-compliance.yml
@@ -7,6 +7,20 @@ on:
7
branches: [master, main]
8
9
jobs:
10
+ check-copyleft-license-compliance:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Checkout
14
+ uses: actions/checkout@v4
15
+ with:
16
+ fetch-depth: 0
17
+
18
+ - name: Check for copyleft licenses
19
+ uses: getsentry/copyleft-license-checker@main
20
21
+ fail-on-found: 'true'
22
+ allow-gpl-classpath: 'false'
23
24
enforce-license-compliance:
25
runs-on: ubuntu-latest
26
steps:
sentry/src/main/java/io/sentry/util/Random.java
@@ -23,6 +23,8 @@
* questions.
*/
+// need a change, so that copyleft license checker will pick it up
27
28
package io.sentry.util;
29
30
import java.util.concurrent.atomic.AtomicLong;
0 commit comments