chore(deps): bump actions/checkout from 3.3.0 to 6.0.2 #11
analysis.yml
on: pull_request
pre-merge-checks
2m 13s
Annotations
1 error and 3 warnings
|
pre-merge-checks
HLint failed with status: 1. Warning (1), Suggestion (1)
|
|
pre-merge-checks:
src/OpenID/Connect/Client/Flow/AuthorizationCode.hs#L462
Suggestion in extractClaimsSetFromTokenResponse in module OpenID.Connect.Client.Flow.AuthorizationCode: Use tuple-section ▫︎ Found: "\\ c -> (c, idToken signedJWT)" ▫︎ Perhaps: "(, idToken signedJWT)" ▫︎ Note: may require `{-# LANGUAGE TupleSections #-}` adding to the top of the file
|
|
pre-merge-checks:
src/OpenID/Connect/Client/Flow/AuthorizationCode.hs#L460
Warning in extractClaimsSetFromTokenResponse in module OpenID.Connect.Client.Flow.AuthorizationCode: Use bimap ▫︎ Found: "verifyIdentityTokenClaims\n disco (assignedClientId creds) time keys nonce signedJWT\n & first IdentityTokenValidationFailed\n & second (fmap (\\ c -> (c, idToken signedJWT)))" ▫︎ Perhaps: "bimap\n IdentityTokenValidationFailed\n (fmap (\\ c -> (c, idToken signedJWT)))\n (verifyIdentityTokenClaims\n disco (assignedClientId creds) time keys nonce signedJWT)"
|
|
pre-merge-checks
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
|