Skip to content

Fix 403 Forbidden: CSRF cookie subdomain sharing + explicit path for hybrid JWT architecture #99

Fix 403 Forbidden: CSRF cookie subdomain sharing + explicit path for hybrid JWT architecture

Fix 403 Forbidden: CSRF cookie subdomain sharing + explicit path for hybrid JWT architecture #99

Triggered via pull request March 13, 2026 12:06
Status Success
Total duration 5m 20s
Artifacts 2

cicd.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

46 warnings and 1 notice
Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-java@v4, actions/upload-artifact@v4, gradle/actions/setup-gradle@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Tests
Failed to restore gradle-home-v1|Linux|tests[9135b4882d00dff6218dac81a00d34cb]-95dc62906e75fe210106fce4ab84d0e05988894e: Error: Cache service responded with 400
Constant values: src/main/java/com/espacogeek/geek/data/impl/GenericMediaDataControllerImpl.java#L352
Result of `external.orElseThrow().getMedia()` is always 'null'
Constant values: src/main/java/com/espacogeek/geek/data/impl/SerieControllerImpl.java#L96
Condition `externalReferenceExisted.isPresent()` is always `false`
Constant values: src/main/java/com/espacogeek/geek/data/impl/MovieControllerImpl.java#L127
Condition `externalReferenceExisted.isPresent()` is always `false`
Constant values: src/main/java/com/espacogeek/geek/utils/TokenUtils.java#L55
Condition `request != null` is always `true`
Nullability and data flow problems: src/main/java/com/espacogeek/geek/config/GraphQlCookieInterceptor.java#L70
Result of 'min' is the same as the second argument making the call meaningless
Mismatched query and update of collection: src/main/java/com/espacogeek/geek/utils/MediaUtils.java#L64
Contents of collection `updatedMedias` are updated, but never queried
Mismatched query and update of collection: src/main/java/com/espacogeek/geek/utils/MediaUtils.java#L84
Contents of collection `updatedMedias` are updated, but never queried
Use of Optional.ofNullable with null or non-null argument: src/main/java/com/espacogeek/geek/services/impl/ApiKeyServiceImpl.java#L34
'Optional.ofNullable()' with non-null argument should be replaced with 'Optional.of()'
Unused assignment: src/main/java/com/espacogeek/geek/data/api/impl/TvSeriesApiImpl.java#L136
Variable `rawArtwork` initializer `new Images()` is redundant
Unused assignment: src/main/java/com/espacogeek/geek/data/api/impl/MovieAPIImpl.java#L163
Variable `rawAlternativeTitles` initializer `new ArrayList<>()` is redundant
Unused assignment: src/main/java/com/espacogeek/geek/data/api/impl/MovieAPIImpl.java#L232
Variable `genres` initializer `new ArrayList<GenreModel>()` is redundant
Unused assignment: src/main/java/com/espacogeek/geek/data/api/impl/TvSeriesApiImpl.java#L170
Variable `rawAlternativeTitles` initializer `new ArrayList<>()` is redundant
Unused assignment: src/main/java/com/espacogeek/geek/data/api/impl/TvSeriesApiImpl.java#L85
Variable `rawSerieDetails` initializer `new TvSeriesDb()` is redundant
Unused assignment: src/main/java/com/espacogeek/geek/data/api/impl/QuoteApiImpl.java#L52
Variable `request` initializer `null` is redundant
Unused assignment: src/main/java/com/espacogeek/geek/data/api/impl/TvSeriesApiImpl.java#L228
Variable `rawSerieDetails` initializer `new TvSeriesDb()` is redundant
Unused assignment: src/main/java/com/espacogeek/geek/data/impl/GenericMediaDataControllerImpl.java#L271
The value `createMediaIfNotExistAndIfExistReturnIt(mediaSearch, typeReference)` assigned to `media` is never used
Unused assignment: src/main/java/com/espacogeek/geek/data/api/impl/QuoteApiImpl.java#L65
Variable `response` initializer `null` is redundant
Unused assignment: src/main/java/com/espacogeek/geek/data/api/impl/TvSeriesApiImpl.java#L195
Variable `rawExternalReferences` initializer `new ExternalIds()` is redundant
Unused assignment: src/main/java/com/espacogeek/geek/data/api/impl/MovieAPIImpl.java#L217
Variable `movieDb` initializer `new MovieDb()` is redundant
Unused assignment: src/main/java/com/espacogeek/geek/data/api/impl/TvSeriesApiImpl.java#L120
Variable `trailers` initializer `null` is redundant
Unused assignment: src/main/java/com/espacogeek/geek/data/api/impl/MovieAPIImpl.java#L189
Variable `rawExternalReferences` initializer `new ExternalIds()` is redundant
Unused assignment: src/main/java/com/espacogeek/geek/data/api/impl/MovieAPIImpl.java#L128
Variable `rawArtwork` initializer `new Images()` is redundant
Unused assignment: src/main/java/com/espacogeek/geek/data/api/impl/MovieAPIImpl.java#L114
Variable `trailers` initializer `null` is redundant
Unused assignment: src/main/java/com/espacogeek/geek/data/api/impl/MovieAPIImpl.java#L80
Variable `movieDb` initializer `new MovieDb()` is redundant
Build, Docker and Push
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-java@v4, docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3, gradle/actions/setup-gradle@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build, Docker and Push
Failed to restore gradle-home-v1|Linux|build_and_publish[9135b4882d00dff6218dac81a00d34cb]-95dc62906e75fe210106fce4ab84d0e05988894e: Error: Cache service responded with 400

Artifacts

Produced during runtime
Name Size Digest
EspacoGeek-Teams~EspacoGeek_API~X6T1L0.dockerbuild
43.6 KB
sha256:d154d4d0a6976f4b04db33f789b8de8c17c6d92765ef4a48eea1fb3bb959d250
test-reports
105 KB
sha256:f3c1f874204939df00d2dae328de85f206ed500d3568f1f0708b4673e9db052c