Update "Enforce License Compliance" workflow#4666
Merged
Conversation
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| ee747ae | 382.73 ms | 435.41 ms | 52.68 ms |
| ee747ae | 415.92 ms | 470.15 ms | 54.23 ms |
| ee747ae | 400.46 ms | 423.61 ms | 23.15 ms |
| ee747ae | 554.98 ms | 611.50 ms | 56.52 ms |
| ee747ae | 358.21 ms | 389.41 ms | 31.20 ms |
| 3699cd5 | 423.60 ms | 495.52 ms | 71.92 ms |
| 85d7417 | 347.21 ms | 394.35 ms | 47.15 ms |
| 7314dbe | 437.83 ms | 505.64 ms | 67.81 ms |
| ee747ae | 357.79 ms | 421.84 ms | 64.05 ms |
| ee747ae | 374.71 ms | 455.18 ms | 80.47 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| ee747ae | 1.58 MiB | 2.10 MiB | 530.95 KiB |
| ee747ae | 1.58 MiB | 2.10 MiB | 530.95 KiB |
| ee747ae | 1.58 MiB | 2.10 MiB | 530.95 KiB |
| ee747ae | 1.58 MiB | 2.10 MiB | 530.95 KiB |
| ee747ae | 1.58 MiB | 2.10 MiB | 530.95 KiB |
| 3699cd5 | 1.58 MiB | 2.10 MiB | 533.45 KiB |
| 85d7417 | 1.58 MiB | 2.10 MiB | 533.44 KiB |
| 7314dbe | 1.58 MiB | 2.10 MiB | 533.45 KiB |
| ee747ae | 1.58 MiB | 2.10 MiB | 530.95 KiB |
| ee747ae | 1.58 MiB | 2.10 MiB | 530.95 KiB |
Previous results on branch: lcian/ci/fix-fossa
Startup times
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 1c3b39c | 402.00 ms | 446.20 ms | 44.20 ms |
| 59484c4 | 390.69 ms | 445.80 ms | 55.10 ms |
| 97fe0b3 | 387.54 ms | 443.76 ms | 56.21 ms |
| 2731dd9 | 396.40 ms | 462.02 ms | 65.63 ms |
| c33a96b | 402.36 ms | 459.46 ms | 57.10 ms |
| 3ac0c81 | 385.10 ms | 436.52 ms | 51.42 ms |
| e9ed27a | 381.22 ms | 427.04 ms | 45.82 ms |
| 87902f7 | 418.45 ms | 494.39 ms | 75.94 ms |
| 70faeb6 | 398.34 ms | 471.14 ms | 72.80 ms |
| 623b30c | 398.30 ms | 471.78 ms | 73.48 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 1c3b39c | 1.58 MiB | 2.10 MiB | 533.45 KiB |
| 59484c4 | 1.58 MiB | 2.10 MiB | 533.45 KiB |
| 97fe0b3 | 1.58 MiB | 2.10 MiB | 533.44 KiB |
| 2731dd9 | 1.58 MiB | 2.10 MiB | 533.44 KiB |
| c33a96b | 1.58 MiB | 2.10 MiB | 533.44 KiB |
| 3ac0c81 | 1.58 MiB | 2.10 MiB | 533.44 KiB |
| e9ed27a | 1.58 MiB | 2.10 MiB | 533.44 KiB |
| 87902f7 | 1.58 MiB | 2.10 MiB | 533.45 KiB |
| 70faeb6 | 1.58 MiB | 2.10 MiB | 533.45 KiB |
| 623b30c | 1.58 MiB | 2.10 MiB | 533.43 KiB |
romtsn
approved these changes
Sep 5, 2025
Member
romtsn
left a comment
There was a problem hiding this comment.
nice job! so can we use this action to detect licence violations in source files?
Member
Author
Apparently this works only for Gradle dependencies. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📜 Description
Work around fossas/fossa-cli#872 by disabling the configuration cache for this specific workflow.
We need to do it this way because
gradle.propertieshas precedence over environment variables.Close #4526
#skip-changelog