Skip to content

Omit Server Header from Server Responses by Default #827

Omit Server Header from Server Responses by Default

Omit Server Header from Server Responses by Default #827

Triggered via pull request October 27, 2023 18:50
Status Success
Total duration 11m 20s
Artifacts

hlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
hlint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
hlint: server/src-lib/Hasura/App.hs#L995
Suggestion: avoid Control.Concurrent.Async.Lifted.Safe.async Found: LA.async Perhaps: LA.withAsync Note: Please use 'Control.Control.Concurrent.Async.Lifted.Safe.withAsync' or our 'forkImmortal' instead for more robust threading.