fix: resolve drive vehicle name from device id #240
deploy.yml
on: push
deploy-api
deploy-addin
deploy-worker
deploy-admin
deploy-drive
4m 30s
Annotations
12 warnings
|
changes
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dorny/paths-filter@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test:
src/FleetClaim.Tests/IncidentPollerWorkerTests.cs#L157
Possible null reference argument for parameter 'collection' in 'void Assert.Empty(IEnumerable collection)'.
|
|
test:
src/FleetClaim.Api/Program.cs#L12
The variable 'FLEETCLAIM_SOLUTION_ID' is assigned but its value is never used
|
|
test:
src/FleetClaim.Worker/IncidentPollerWorker.cs#L436
Dereference of a possibly null reference.
|
|
test:
src/FleetClaim.Core/Services/IncidentCollector.cs#L96
Nullable value type may be null.
|
|
test:
src/FleetClaim.Core/Services/IncidentCollector.cs#L96
Nullable value type may be null.
|
|
test:
src/FleetClaim.Core/Services/QuestPdfRenderer.cs#L323
'SKCanvas.DrawText(string, float, float, SKPaint)' is obsolete: 'Use DrawText(string text, float x, float y, SKTextAlign textAlign, SKFont font, SKPaint paint) instead.'
|
|
test:
src/FleetClaim.Core/Services/QuestPdfRenderer.cs#L321
'SKPaint.Typeface' is obsolete: 'Use SKFont.Typeface instead.'
|
|
test:
src/FleetClaim.Core/Services/QuestPdfRenderer.cs#L320
'SKPaint.FakeBoldText' is obsolete: 'Use SKFont.Embolden instead.'
|
|
test:
src/FleetClaim.Core/Services/QuestPdfRenderer.cs#L319
'SKPaint.TextAlign' is obsolete: 'Use SKTextAlign method overloads instead.'
|
|
test:
src/FleetClaim.Core/Services/QuestPdfRenderer.cs#L318
'SKPaint.TextSize' is obsolete: 'Use SKFont.Size instead.'
|
|
deploy-drive
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: google-github-actions/auth@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|