chore(deps): bump actions/checkout from 3.3.0 to 6.0.2 #11
Annotations
1 error and 3 warnings
|
|
|
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
|
|
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)"
|
|
|
The logs for this run have expired and are no longer available.
Loading