Skip to content

bump codeql action version #285

bump codeql action version

bump codeql action version #285

Triggered via push January 12, 2024 07:54
Status Success
Total duration 1m 31s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
ci / build: src/CasCap.Apis.GooglePhotos/Services/Base/GooglePhotosServiceBase.cs#L151
'TokenResponse.IsExpired(IClock)' is obsolete: 'Please use the TokenResponse.IsStale property instead.'
ci / build: src/CasCap.Apis.GooglePhotos/Services/Base/GooglePhotosServiceBase.cs#L247
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'queryString' of type 'IDictionary<string, string?>' in 'string QueryHelpers.AddQueryString(string uri, IDictionary<string, string?> queryString)' due to differences in the nullability of reference types.
ci / build: src/CasCap.Apis.GooglePhotos/Services/Base/GooglePhotosServiceBase.cs#L151
'TokenResponse.IsExpired(IClock)' is obsolete: 'Please use the TokenResponse.IsStale property instead.'
ci / build: src/CasCap.Apis.GooglePhotos/Services/Base/GooglePhotosServiceBase.cs#L247
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'queryString' of type 'IDictionary<string, string?>' in 'string QueryHelpers.AddQueryString(string uri, IDictionary<string, string?> queryString)' due to differences in the nullability of reference types.
SONAR_TOKEN
SONAR_TOKEN is not set, skipping analysis of the build.
ci / SonarQube
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/