Bump msgpackr from 1.5.5 to 1.10.1 in /dashboard #37
Triggered via pull request
December 28, 2023 21:38
Status
Success
Total duration
13m 32s
Artifacts
–
ci.yml
on: pull_request
build-dashboard
39s
build-server
12m 33s
build-docker
13m 22s
Annotations
8 warnings
build-dashboard
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-dashboard
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-server
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-server:
src/Haka/Handlers/Heartbeats.hs#L197
Suggestion in remoteWriteHeartbeats in module Haka.Handlers.Heartbeats: Use void ▫︎ Found: "mkReq remoteUrl httpsUrl >> pure ()" ▫︎ Perhaps: "Control.Monad.void (mkReq remoteUrl httpsUrl)"
|
build-server:
src/Haka/Handlers/Heartbeats.hs#L198
Suggestion in remoteWriteHeartbeats in module Haka.Handlers.Heartbeats: Use void ▫︎ Found: "mkReq remoteUrl httpUrl >> pure ()" ▫︎ Perhaps: "Control.Monad.void (mkReq remoteUrl httpUrl)"
|
build-server
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
|
build-server:
tools/Main.hs#L105
• Defaulting the following constraint to type ‘Integer’
|
build-server:
tools/Main.hs#L121
Defined but not used: ‘sendHeartbeat’
|