Anthony Pessy

Results 75 comments of Anthony Pessy

@febuiles I have the same issue, ex: ![Capture d’écran 2024-03-13 à 07 59 06](https://github.com/actions/dependency-review-action/assets/230462/f24decb4-ce6f-426b-b24e-eef9da4e992b) Whereas if I download the SBOM via GitHub API I can see: ```json { "SPDXID": "SPDXRef-maven-com.google.api.grpc-grpc-google-cloud-storage-v2-2.16.0-alpha",...

Using action-release@v3 I have the same problem. Always 20 commits even when there are only 1 or 2 expected. The flow is triggered when a tag is published only: ```yaml...

No pressure, in my case because it's triggered on a published tag it is run in a context where it checked out the tag. Seeing: https://github.com/getsentry/sentry-cli/blob/master/src/commands/releases/set_commits.rs#L190 I understand where the...

Same problem as @chriskrycho with ember 3.22. Also cannot use `transition.abort()` because it breaks the app when it's a first render.

I have the same issue but removing the default value (either removing the property, setting it to null or undefined) in the controller does not solve it for me. Not...