Skip to content

Add PoP token support for ROPC flow #523

Add PoP token support for ROPC flow

Add PoP token support for ROPC flow #523

Triggered via pull request February 15, 2024 21:05
Status Success
Total duration 2m 27s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
Analyze (go): pkg/internal/pop/msal.go#L77
cannot use public.WithAuthenticationScheme(&PoPAuthenticationScheme{…}) (value of type interface{public.AcquireSilentOption; public.AcquireInteractiveOption; options.CallOption}) as public.AcquireByUsernamePasswordOption value in argument to client.AcquireTokenByUsernamePassword: interface{public.AcquireSilentOption; public.AcquireInteractiveOption; options.CallOption} does not implement public.AcquireByUsernamePasswordOption (missing method acquireByUsernamePasswordOption)
Analyze (go)
cannot use public.WithAuthenticationScheme(&PoPAuthenticationScheme{…}) (value of type interface{public.AcquireSilentOption; public.AcquireInteractiveOption; options.CallOption}) as public.AcquireByUsernamePasswordOption value in argument to client.AcquireTokenByUsernamePassword: interface{public.AcquireSilentOption; public.AcquireInteractiveOption; options.CallOption} does not implement public.AcquireByUsernamePasswordOption (missing method acquireByUsernamePasswordOption)
Analyze (go)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe, github/codeql-action/init@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f, github/codeql-action/autobuild@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f, github/codeql-action/analyze@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (go)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/