Skip to content

Merge pull request #626 from JoeShook/develop #256

Merge pull request #626 from JoeShook/develop

Merge pull request #626 from JoeShook/develop #256

Triggered via push September 21, 2024 04:50
Status Success
Total duration 7m 51s
Artifacts

codeql.yml

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

Annotations

12 warnings
Analyze (csharp)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Analyze (csharp): Udap.Model/Access/AccessTokenRequestForClientCredentialsBuilder.cs#L45
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
Analyze (csharp): Udap.Model/PayloadSerializer.cs#L57
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
Analyze (csharp): Udap.Model/PayloadSerializer.cs#L94
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
Analyze (csharp): Udap.Model/Access/AccessTokenRequestForClientCredentialsBuilder.cs#L91
Possible null reference argument for parameter 'algorithm' in 'string AccessTokenRequestForClientCredentialsBuilder.BuildClientAssertion(string algorithm)'.
Analyze (csharp): Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L46
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
Analyze (csharp): Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L76
Possible null reference argument for parameter 'algorithm' in 'string? AccessTokenRequestForAuthorizationCodeBuilder.BuildClientAssertion(string algorithm)'.
Analyze (csharp): Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L81
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
Analyze (csharp)
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/