⬆️👷 Bump github/codeql-action from 2.21.0 to 3.27.4 #344
Annotations
1 error and 21 warnings
Run Tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Tests:
Percy/Percy.cs#L30
Cannot convert null literal to non-nullable reference type.
|
Run Tests:
Percy/providers/GenericProvider.cs#L80
Cannot convert null literal to non-nullable reference type.
|
Run Tests:
Percy/Env.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Run Tests:
Percy/Env.cs#L10
Cannot convert null literal to non-nullable reference type.
|
Run Tests:
Percy/Env.cs#L11
Cannot convert null literal to non-nullable reference type.
|
Run Tests:
Percy/lib/Cache.cs#L16
Possible null reference return.
|
Run Tests:
Percy/lib/PercyAppiumCapabilities.cs#L10
Non-nullable field 'capabilites' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run Tests:
Percy/lib/PercyAppiumCapabilities.cs#L14
Non-nullable field 'capabilites' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run Tests:
Percy/lib/PercyAppiumCapabilities.cs#L25
Possible null reference return.
|
Run Tests:
Percy/utils/RefectionUtils.cs#L23
Possible null reference return.
|
Build Package:
Percy/Percy.cs#L30
Cannot convert null literal to non-nullable reference type.
|
Build Package:
Percy/providers/GenericProvider.cs#L80
Cannot convert null literal to non-nullable reference type.
|
Build Package:
Percy/AppPercy.cs#L17
Non-nullable field 'percyOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Package:
Percy/AppPercy.cs#L17
Non-nullable field 'sessionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Package:
Percy/lib/Cache.cs#L16
Possible null reference return.
|
Build Package:
Percy/Env.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Build Package:
Percy/Env.cs#L10
Cannot convert null literal to non-nullable reference type.
|
Build Package:
Percy/Env.cs#L11
Cannot convert null literal to non-nullable reference type.
|
Build Package:
Percy/lib/PercyAppiumCapabilities.cs#L10
Non-nullable field 'capabilites' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Package:
Percy/lib/PercyAppiumCapabilities.cs#L14
Non-nullable field 'capabilites' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading