Skip to content

chore: DTOSS-12664 Filter health alerts from logging #15496

chore: DTOSS-12664 Filter health alerts from logging

chore: DTOSS-12664 Filter health alerts from logging #15496

Triggered via pull request May 1, 2026 10:23
Status Success
Total duration 17m 52s
Artifacts 125

cicd-1-pull-request.yaml

on: pull_request
Set CI/CD metadata
5s
Set CI/CD metadata
Validate PR title
5s
Validate PR title
Commit stage  /  Scan secrets
14s
Commit stage / Scan secrets
Commit stage  /  Check file format
9s
Commit stage / Check file format
Commit stage  /  Check Markdown format
7s
Commit stage / Check Markdown format
Commit stage  /  Check English usage
9s
Commit stage / Check English usage
Commit stage  /  Lint Terraform
10s
Commit stage / Lint Terraform
Commit stage  /  Count lines of code
8s
Commit stage / Count lines of code
Test stage  /  Check for consolidated test project
6s
Test stage / Check for consolidated test project
Test stage  /  Run consolidated tests
2m 50s
Test stage / Run consolidated tests
Test stage  /  Get unit test scopes
0s
Test stage / Get unit test scopes
Matrix: Test stage / Unit tests
Test stage  /  Aggregate results and report
25s
Test stage / Aggregate results and report
Analysis stage  /  Perform static analysis
7m 8s
Analysis stage / Perform static analysis
Image build stage  /  get-functions
5s
Image build stage / get-functions
Image build stage  /  build-base-images
2m 40s
Image build stage / build-base-images
Matrix: Image build stage / build-and-push
Image build stage  /  aggregate-json
7s
Image build stage / aggregate-json
Matrix: deploy-stage / Deploy
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

107 warnings
Validate PR title
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: amannn/action-semantic-pull-request@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Commit stage / Count lines of code
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 stage / Run consolidated tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 stage / Run consolidated tests: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/MessageMetaData.cs#L6
Non-nullable property 'ToMailbox' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Run consolidated tests: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/MessageMetaData.cs#L5
Non-nullable property 'WorkflowID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Run consolidated tests: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OperationService/HandshakeResponse.cs#L7
Non-nullable property 'MailboxId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Run consolidated tests: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/InboxService/GetMessageResponse.cs#L6
Non-nullable property 'MessageMetaData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Run consolidated tests: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/InboxService/GetMessageResponse.cs#L5
Non-nullable property 'FileAttachment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Run consolidated tests: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/InboxService/HeadMessageResponse.cs#L5
Non-nullable property 'MessageMetaData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Run consolidated tests: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/InboxService/AcknowledgeMessageResponse.cs#L8
Non-nullable property 'MessageId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Run consolidated tests: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/InboxService/GetChunkedMessageResponse.cs#L6
Non-nullable property 'MessageMetaData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Run consolidated tests: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/InboxService/GetChunkedMessageResponse.cs#L5
Non-nullable property 'FileAttachments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Run consolidated tests: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/MeshResponse.cs#L8
Non-nullable field 'Response' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test stage / Aggregate results and report
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, bibipkins/dotnet-test-reporter@v1.5.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Analysis stage / Perform static analysis
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/setup-dotnet@v4, actions/setup-java@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Analysis stage / Perform static analysis: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L7
Non-nullable property 'MessageId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analysis stage / Perform static analysis: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Configuration/MeshConnectConfiguration.cs#L51
Non-nullable property 'ProxyAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analysis stage / Perform static analysis: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OperationService/HandshakeResponse.cs#L7
Non-nullable property 'MailboxId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analysis stage / Perform static analysis: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/InboxService/HeadMessageResponse.cs#L5
Non-nullable property 'MessageMetaData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analysis stage / Perform static analysis: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/MeshResponse.cs#L8
Non-nullable field 'Response' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analysis stage / Perform static analysis: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/InboxService/GetChunkedMessageResponse.cs#L6
Non-nullable property 'MessageMetaData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analysis stage / Perform static analysis: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/InboxService/GetChunkedMessageResponse.cs#L5
Non-nullable property 'FileAttachments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analysis stage / Perform static analysis: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/InboxService/CheckInboxResponse.cs#L7
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analysis stage / Perform static analysis: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/InboxService/AcknowledgeMessageResponse.cs#L8
Non-nullable property 'MessageId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analysis stage / Perform static analysis: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/APIErrorResponse.cs#L11
Non-nullable property 'ErrorDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Image build stage / build-base-images
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/login-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (wiremock)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (wiremock)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (db-migration)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (db-migration)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (nems-subscription-data-service)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (nems-subscription-data-service)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (static-validation)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (static-validation)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (process-nems-update)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (process-nems-update)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (transform-data-service)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (transform-data-service)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (web)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (web)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (delete-participant)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (delete-participant)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (participant-management-data-service)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (participant-management-data-service)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (retrieve-cohort-distribution-data)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (retrieve-cohort-distribution-data)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (manage-participant)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (manage-participant)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (lookup-validation)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (lookup-validation)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (cohort-distribution-data-service)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (cohort-distribution-data-service)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (retrieve-pds-demographic)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (retrieve-pds-demographic)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (servicenow-cohort-lookup)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (servicenow-cohort-lookup)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (create-exception)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (create-exception)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (screening-lkp-data-service)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (screening-lkp-data-service)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (get-validation-exceptions)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (get-validation-exceptions)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (servicenow-cases-data-service)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (servicenow-cases-data-service)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (distribute-participant)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (distribute-participant)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (exception-management-data-service)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (exception-management-data-service)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (remove-validation-exception-data)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (remove-validation-exception-data)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (nems-mesh-retrieval)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (nems-mesh-retrieval)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (manage-caas-subscription)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (manage-caas-subscription)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (gene-code-lkp-data-service)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (gene-code-lkp-data-service)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (retrieve-cohort-request-audit)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (retrieve-cohort-request-audit)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (participant-demographic-data-service)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (participant-demographic-data-service)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (higher-risk-referral-reason-lkp-data-service)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (higher-risk-referral-reason-lkp-data-service)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (audit-writer)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (audit-writer)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (receive-caas-file)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (receive-caas-file)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (remove-dummy-gp-code)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (remove-dummy-gp-code)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (manage-servicenow-participant)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (manage-servicenow-participant)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (update-blocked-flag)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (update-blocked-flag)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (servicenow-message-handler)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (servicenow-message-handler)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (retrieve-mesh-file)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (retrieve-mesh-file)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (durable-demographic-function)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (durable-demographic-function)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (reference-data-service)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (reference-data-service)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (update-exception)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (update-exception)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (bs-request-audit-data-service)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (bs-request-audit-data-service)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / build-and-push (manage-nems-subscription)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, anchore/scan-action@56e320f818c551f3f035fde89894504f269ad30b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Image build stage / build-and-push (manage-nems-subscription)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Image build stage / aggregate-json
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/

Artifacts

Produced during runtime
Name Size Digest
aggregated-sbom-repository-report-pr1887.zip
10.9 MB
sha256:4755221d75d073ce100f418a36b9268c406df34ed493c69aa0e515c2c1df35f9
aggregated-vulnerabilities-repository-report-pr1887.zip
558 KB
sha256:efbd852ecad0bb71b32d0306b905d5d07544187652062d3c3867873ae31cf16c
cohort-manager-audit-writer-vulnerabilities-summary.txt
2.33 KB
sha256:a492abbf0e9366dbb5ce416c4aca149021664e38e66458badcf8e5845aa860b9
cohort-manager-bs-request-audit-data-service-vulnerabilities-summary.txt
2.38 KB
sha256:cff3ce40594027590b4afdedabc3fd49bdd2ea430513dba3b629676c4976d2ac
cohort-manager-cohort-distribution-data-service-vulnerabilities-summary.txt
2.39 KB
sha256:b3a2f4e3ee3b108f937e950afe7b3641de2135277013ae28eb87fd07ce2d3d4c
cohort-manager-create-exception-vulnerabilities-summary.txt
2.35 KB
sha256:23a1073f6bdfb184a28942d750bc020ae5abcbe785e81f06ff28bd9b9b58b61b
cohort-manager-db-migration-vulnerabilities-summary.txt
1.77 KB
sha256:bc44ee263e3631086a0ad8fc372decc93ba27e09b49814765692e500eea62997
cohort-manager-delete-participant-vulnerabilities-summary.txt
2.35 KB
sha256:7ca013fe291cb153c2fc64ddb3c641668fc79155cdbcf7dd251f8cacd31534dd
cohort-manager-distribute-participant-vulnerabilities-summary.txt
2.36 KB
sha256:4836641fb5f0a2f9a6318f783c96a2a1e3047fd956cf32e731c9cecd80c1386f
cohort-manager-durable-demographic-function-vulnerabilities-summary.txt
2.38 KB
sha256:3ca8fdecdc88855c09c7b29c6921080b7f19ce42c37bc60ebc065b7c2655ceff
cohort-manager-exception-management-data-service-vulnerabilities-summary.txt
2.39 KB
sha256:17ea725894972c2cd1195b7d98391b14b507b430a65934f5d46c3cdc6ad3e0f1
cohort-manager-gene-code-lkp-data-service-vulnerabilities-summary.txt
2.37 KB
sha256:f2915e6b8f50bdd12e8e9eb7a22180716916cae088d6670f0ad496f63bd3bf9f
cohort-manager-get-validation-exceptions-vulnerabilities-summary.txt
2.37 KB
sha256:eb85e4bc3b367018149db30d16ec1027ea3dc2d4251c9c3f13903d8a3ce7f094
cohort-manager-higher-risk-referral-reason-lkp-data-service-vulnerabilities-summary.txt
2.42 KB
sha256:f768a139b3abdd1a15113142bc62e9b503bb4f50ffa0e388c95fdc273a06000a
cohort-manager-lookup-validation-vulnerabilities-summary.txt
2.35 KB
sha256:03d8b379ffcd428346076cd5edecb59c51b603f35e4619f0119f629456b0ff13
cohort-manager-manage-caas-subscription-vulnerabilities-summary.txt
2.36 KB
sha256:4738e14dfdebad95e5084386ff4d5274a46be01ac00136f70d8a5c9b3ee32e33
cohort-manager-manage-nems-subscription-vulnerabilities-summary.txt
2.36 KB
sha256:00c66a2cc30d311781ae41358fdcdcc8bd01de3acffe3f290e5abcd605145417
cohort-manager-manage-participant-vulnerabilities-summary.txt
2.35 KB
sha256:77e949f397a820ee56696cf175d80d77e0d94a66ceb7437f6c92030f7a961c91
cohort-manager-manage-servicenow-participant-vulnerabilities-summary.txt
2.38 KB
sha256:068f1417cf8b85911ccbf76daa58fcde9eeadb1d024d5ecfc1cba584eaad4f0a
cohort-manager-nems-mesh-retrieval-vulnerabilities-summary.txt
2.35 KB
sha256:2133c8d9da64b400288b7fe03bc70bee3abec8a4014f2db98b3ae3dfefdb2efd
cohort-manager-nems-subscription-data-service-vulnerabilities-summary.txt
2.38 KB
sha256:e7abf50534142137b72f7605adb9d33c9e12a74796e7050e50c6de98b7799f61
cohort-manager-participant-demographic-data-service-vulnerabilities-summary.txt
2.4 KB
sha256:659055bb9d44d73cc87cafcfc2827236e9eb31227ad61e9c1d57f6b1cdba0c77
cohort-manager-participant-management-data-service-vulnerabilities-summary.txt
2.39 KB
sha256:ff304150b431d83ae57519d045a4fd6c91a95de6180b7e892e4b9f56c1d47b65
cohort-manager-process-nems-update-vulnerabilities-summary.txt
2.35 KB
sha256:1e12366595fd4de775a8a49cf06a126d1bd54ccae7728e507e53f63cdb5e81cd
cohort-manager-receive-caas-file-vulnerabilities-summary.txt
2.35 KB
sha256:0e106133ef251c8718ce7f0bf86245eec2288b2b4e4583ffb9f2310680f760ef
cohort-manager-reference-data-service-vulnerabilities-summary.txt
2.36 KB
sha256:be1309c5f1278d288eac8df0f1c3b8f95388b5d5dabf9a58ba2d5432e28f314b
cohort-manager-remove-dummy-gp-code-vulnerabilities-summary.txt
2.36 KB
sha256:29231d9d64ca8a33a3ec43f2543a3e48b47a2d33ef17254200e13056f8ee5eeb
cohort-manager-remove-validation-exception-data-vulnerabilities-summary.txt
2.39 KB
sha256:a53fdea3a93a6a9bad9a13715996295c6eecbcd84a0600ff57ee726a0954b4db
cohort-manager-retrieve-cohort-distribution-data-vulnerabilities-summary.txt
2.39 KB
sha256:e679d6a1f6f053d83396f9a800a11e362ae52f5473f0b90d7113727c8d6c139c
cohort-manager-retrieve-cohort-request-audit-vulnerabilities-summary.txt
2.38 KB
sha256:60fe2539218f8d2fef5c2d97ec8f1f9f59e44152e62baea3740a53f7f72bcee1
cohort-manager-retrieve-mesh-file-vulnerabilities-summary.txt
2.35 KB
sha256:25a3b7d0d57ef19fc243a16944a207a2fa7c39353e4700981f5d8cc9af2217d4
cohort-manager-retrieve-pds-demographic-vulnerabilities-summary.txt
2.37 KB
sha256:0d08d31b49f65527bb87da3bc71069217a45d0a88403797e45a5af20e8afed68
cohort-manager-screening-lkp-data-service-vulnerabilities-summary.txt
2.37 KB
sha256:105cc1fea50b7e90c08dcf39499192d26ee71e1d941bd65c6793bfb928da3a61
cohort-manager-servicenow-cases-data-service-vulnerabilities-summary.txt
2.38 KB
sha256:44693ddedb640fa7604bf2c20da4e54e65f0689ebba4145f66c6a746c2e5232b
cohort-manager-servicenow-cohort-lookup-vulnerabilities-summary.txt
2.37 KB
sha256:6825929eb43863be7cee38840cecdff51eb12724a693682b17d3feb9f6145e0e
cohort-manager-servicenow-message-handler-vulnerabilities-summary.txt
2.37 KB
sha256:3813457ecbd320059edb5cd0da1f6973c758ebe85cbd6339aa3ac8c861cb4a05
cohort-manager-static-validation-vulnerabilities-summary.txt
2.35 KB
sha256:e016705833bce583b0abd51be47a6c6a7bf8d020291895ade207a6c3ef8c2154
cohort-manager-transform-data-service-vulnerabilities-summary.txt
2.36 KB
sha256:32b927a711db91a6f861eff9d78870513b01813fb89e50a8b13c844d81325720
cohort-manager-update-blocked-flag-vulnerabilities-summary.txt
2.35 KB
sha256:c3e36541bd13de0d54d909818c4382a45a430b14aadf8133039711a586cbf2a7
cohort-manager-update-exception-vulnerabilities-summary.txt
2.35 KB
sha256:22e3db63e1e5d293d662a0a9302f9af2264966751937fc41941b038eeb2ec2b7
cohort-manager-web-vulnerabilities-summary.txt
511 Bytes
sha256:0acf4a5c315a17d646b2d10a9b0f8b6ee94db412aefd1337f6ceee2d930d0c6f
cohort-manager-wiremock-vulnerabilities-summary.txt
1.65 KB
sha256:0a5985f7cc31b194ba03be946d15c981ef2693a77f43bb4a5918927641bcbec4
lines-of-code-report.json.zip
994 Bytes
sha256:001e1d2734c3ff0b471d326ebfc677c141c082e0619d893da25cdf93dd34fed5
sbom-audit-writer-repository-report.json.zip
279 KB
sha256:95dfa4ab3cb62b76701c2a4fc78edad46fae0331d1dc3ceaebf0133913c8094f
sbom-bs-request-audit-data-service-repository-report.json.zip
279 KB
sha256:b0c988aed45d35aa98c4a0f6bff424b417a5c85a5e4fe499bfb2869b014fe8f5
sbom-cohort-distribution-data-service-repository-report.json.zip
279 KB
sha256:5dacf89d65e00e49a79a98112279c61a9410c53bfd54d94a336e18464d03cdc6
sbom-create-exception-repository-report.json.zip
279 KB
sha256:8ecd00069aa09c733659d28f4ed07fff6bd508da353d25d722fb9574c659b401
sbom-db-migration-repository-report.json.zip
279 KB
sha256:9eb26ffa819c1f5edd483b417394eaff051006f16458c39d250ce0f006d0c15d
sbom-delete-participant-repository-report.json.zip
279 KB
sha256:7145cbdc448dd0f87adcbc12eb8e1707c33a61d5d4de245ccff3346db7b3d357
sbom-distribute-participant-repository-report.json.zip
279 KB
sha256:ee462edf7d7500ddf59be6091904fa38afebe8b492a14e4fa7620de9c280fbd5
sbom-durable-demographic-function-repository-report.json.zip
279 KB
sha256:dd20185f3837903110ea7a9a2142d643d225066ab2ef05fb9fcee71c90fcce1a
sbom-exception-management-data-service-repository-report.json.zip
279 KB
sha256:084968d0bf0cf4b83196f828d7575e210ad26eda63712ec83c49c4e78afc3c56
sbom-gene-code-lkp-data-service-repository-report.json.zip
279 KB
sha256:d01925518ec3a44470b53ffc65726fdf64f17d9c7080feafeaef0d2f8a880146
sbom-get-validation-exceptions-repository-report.json.zip
279 KB
sha256:29f9c28b41c8a0e06159aab78750ce537736423886a5952fef3bbaf36906d23c
sbom-higher-risk-referral-reason-lkp-data-service-repository-report.json.zip
280 KB
sha256:3be59f8ac64800a62ccaef2edea36849a2cba2e9bad05ff15ff4aa286bec5a71
sbom-lookup-validation-repository-report.json.zip
279 KB
sha256:848bc8d64912221abccdd6944c0dea4244c27e1ae87a817aaf3191409a8a9c54
sbom-manage-caas-subscription-repository-report.json.zip
279 KB
sha256:bb216adfee39efa371bf4099ab1bfe101a8a2815ce38a3997e2e84b853b719de
sbom-manage-nems-subscription-repository-report.json.zip
279 KB
sha256:bad5307e30b6849042ed8b03bceaf51a290f92924274d8c1150b7df453f8aaa6
sbom-manage-participant-repository-report.json.zip
279 KB
sha256:c10c168f9870158d9b98fb5d02bbbdf376a7a06b1fcaebf36841ba8417b481b5
sbom-manage-servicenow-participant-repository-report.json.zip
279 KB
sha256:7426736b605f1cbeb85ea72231958f4faaf9a1124ca79eddeca03bbff4523a27
sbom-nems-mesh-retrieval-repository-report.json.zip
279 KB
sha256:cdcbfaaaf7810ccb0b531f1183ecba17c920143ac9c04377875a1c945c13a753
sbom-nems-subscription-data-service-repository-report.json.zip
279 KB
sha256:b7d1c71b1c6dbac1b3002148f4b85cf3d8f980464c0a2c46498e60e844959148
sbom-participant-demographic-data-service-repository-report.json.zip
279 KB
sha256:07c3bb548f3a10faaf371a1b3c93e6d6ac30898a894073c79e552182d5e03f5d
sbom-participant-management-data-service-repository-report.json.zip
280 KB
sha256:bccd732c9aa32c05adceb6c9795fc596a21884a9c13dd615212f32f7f0aec93b
sbom-process-nems-update-repository-report.json.zip
279 KB
sha256:fca9c4fede7f12d90d53dd7209f7ab76a9d1b6b09e978017116bdb3bb9d5d42e
sbom-receive-caas-file-repository-report.json.zip
279 KB
sha256:e213e990c0bd1ca0e87d156778e2fcd7dfa4f4d56eb558996a27b3451ef9b5d4
sbom-reference-data-service-repository-report.json.zip
279 KB
sha256:1dc7969098ef90e0033e1bea3507ef45e92afe3134b02a8470655c66f1934397
sbom-remove-dummy-gp-code-repository-report.json.zip
279 KB
sha256:8a3d763dc032fbc483fc9df6d694450d3fd05473e531a7d0efc6913d6cdd71d1
sbom-remove-validation-exception-data-repository-report.json.zip
279 KB
sha256:ec89795d22caaff2226d86031495f69fd99829c69a61bf2d4e600fa3c4cdfe1f
sbom-retrieve-cohort-distribution-data-repository-report.json.zip
280 KB
sha256:9f2d72834359354ae2d25b062b90411a1276b8f7273e269dfcb77df78f1bdb59
sbom-retrieve-cohort-request-audit-repository-report.json.zip
279 KB
sha256:34743eec2c9d8ad43cf638e90ed09efd1123ef157240ed413937aac2e44f260b
sbom-retrieve-mesh-file-repository-report.json.zip
279 KB
sha256:23cd32cac2f4a0305a881d7ac333f0d5a0390234bb8c7cc188564dda4d6b2401
sbom-retrieve-pds-demographic-repository-report.json.zip
279 KB
sha256:fdb50b1973676fe813e3a9521db2bf74a0637727bb4ae790e9d878992fe3817a
sbom-screening-lkp-data-service-repository-report.json.zip
279 KB
sha256:6ba99df58dc1bcd0004d61c32e799d31b220cb71e0b1cea841a754a10ab47954
sbom-servicenow-cases-data-service-repository-report.json.zip
280 KB
sha256:3d111bf2b425bfabcb011b0588f6384f1f060f9d2a7e7ade822ad8ce56039d9e
sbom-servicenow-cohort-lookup-repository-report.json.zip
279 KB
sha256:12607c75e823c514218aea5c7538d254c5eec52b9bc980820298765c55360b3b
sbom-servicenow-message-handler-repository-report.json.zip
279 KB
sha256:a906cf7a4a8bf4e7964c79f971c062c8230b746d652a84e67380f8b1a8e4990b
sbom-static-validation-repository-report.json.zip
279 KB
sha256:3f0687efe339ac0dfcb40837ca34e4e42e68021460da94b02f0cf1157c5cc302
sbom-transform-data-service-repository-report.json.zip
279 KB
sha256:11ad6a623de5fcb8ea44c2ea8467940a194905fc777520f870a220eb8a42b447
sbom-update-blocked-flag-repository-report.json.zip
279 KB
sha256:0d70a777832f53f89032a4720cc9f8c99e7db39d8ffd6454c57fe09235246f56
sbom-update-exception-repository-report.json.zip
279 KB
sha256:d626cee392779f1286eb9080bc548d28cfe5f82a7f1a51873b38b7f3e6d6a59e
sbom-web-repository-report.json.zip
279 KB
sha256:6e73c1b1b1ce701812e2ecc242626a9259c67786590221a73218cd19190ad544
sbom-wiremock-repository-report.json.zip
279 KB
sha256:924ded78e64fa4a0c8757d59436b6be9c31d004f67e1c77c25e700689dfcbe4a
test-coverage-report
319 KB
sha256:6af2b1b149091cc5a0abe3c05051c4b7d5bb33ce9c5ebfda87a77f9e59c8fe38
test-results-consolidated
685 KB
sha256:eb8f766ff9a3100cdf508c9a7f59726a84710c10cafa9ce31b3edff840a849b7
vulnerabilities-audit-writer-repository-report.json.zip
27 KB
sha256:8d7e64d31bea3564ec446c69e4ea3aad247ff86bae71d71f2a59508cd1ac5d14
vulnerabilities-bs-request-audit-data-service-repository-report.json.zip
27.1 KB
sha256:9650797dde54bdd17a78c96b1f34debc2afb08717ebc1b3f8aa20ff3e86a3199
vulnerabilities-cohort-distribution-data-service-repository-report.json.zip
27.1 KB
sha256:675e77e8485b49ce4750e4a256e2561e571883ac256fa36e557ee13c82087621
vulnerabilities-create-exception-repository-report.json.zip
27 KB
sha256:a39e22176656d094f2ccaa0fa0c6bd4033f6641e58d41095fc06c72e7882afb3
vulnerabilities-db-migration-repository-report.json.zip
27 KB
sha256:7476b67a1b8fb6b6175769493f8885ca5d3ced8c13cdd94cf6f354580907afae
vulnerabilities-delete-participant-repository-report.json.zip
27 KB
sha256:fbc2c23ea889d4eae5f7d71bb1a197265808a0b00d9dfbb155958aa22d398a09
vulnerabilities-distribute-participant-repository-report.json.zip
27.1 KB
sha256:90b7548314ad8f3bcaa02a058fcecbd41b4c91cb48f2cee349bcdb826aac1dba
vulnerabilities-durable-demographic-function-repository-report.json.zip
27.1 KB
sha256:fccf67f6931be712501d48f23a6a2cf6f8094516cfc700376d6f8fd632a9b02e
vulnerabilities-exception-management-data-service-repository-report.json.zip
27.1 KB
sha256:dd53d3e2465b4f01a393f412af2b1d5941ad59775aeef0c3f3427a20020f2b64
vulnerabilities-gene-code-lkp-data-service-repository-report.json.zip
27.1 KB
sha256:7413a669c60a887b3b31842167d98e78bd851691bbad54b116bf365161917d41
vulnerabilities-get-validation-exceptions-repository-report.json.zip
27 KB
sha256:892c577c92623ea74626e404ec85c0038c6981e6f80a1321f5033eb513424ddd
vulnerabilities-higher-risk-referral-reason-lkp-data-service-repository-report.json.zip
27.1 KB
sha256:89c0e55d1180a633cf2a1e62bc87da1733922dc159dd1df1d7514af154a4ad7c
vulnerabilities-lookup-validation-repository-report.json.zip
27.1 KB
sha256:080cdfe7e47967a14f791418b3890870176d8020b99178765bd4eb18984f7a40
vulnerabilities-manage-caas-subscription-repository-report.json.zip
27.1 KB
sha256:78a88eeee33683a004aa544a228c1f8d8bf458bb50e7dbfafb1fc2eb3e5dbd34
vulnerabilities-manage-nems-subscription-repository-report.json.zip
27.1 KB
sha256:9f91f8363c9328172a0019aa699bbb0910c0520064c38a54bd106b3cfeb0cbbd
vulnerabilities-manage-participant-repository-report.json.zip
27 KB
sha256:63d108b388040ae35350be65427dfffea577dece8fe5eacafe06b38c48ef6959
vulnerabilities-manage-servicenow-participant-repository-report.json.zip
27.1 KB
sha256:f3a378e272b5477d607be320f18601bb96ac211493e64b76aa6ad22f32ae582a
vulnerabilities-nems-mesh-retrieval-repository-report.json.zip
27.1 KB
sha256:a1c2b92a650064d250a83aa3823e1bf984c09d2599bcb92b7fed6b8a238eaf16
vulnerabilities-nems-subscription-data-service-repository-report.json.zip
27.1 KB
sha256:839737658127ecb2379b40e393eacbc41a01d8235c2d8dba61622c2b35617bbb
vulnerabilities-participant-demographic-data-service-repository-report.json.zip
27.1 KB
sha256:a630aa37a193e81e3883f30b96220e6454dae0fd0398ba9753fb154d64263779
vulnerabilities-participant-management-data-service-repository-report.json.zip
27.1 KB
sha256:a1aa883d753563cc774a907feb43ceb03621fb8cc74acb92c881274e11d53f1d
vulnerabilities-process-nems-update-repository-report.json.zip
27.1 KB
sha256:0de902235529ecb2b9e64a5f743d18d02c044c24c816c791ec8a40037b86cf68
vulnerabilities-receive-caas-file-repository-report.json.zip
27 KB
sha256:b3b2b7b0beeb62f09ce28ed43be4cadfd465e960f8055866ab5cfc7c4f40a9c4
vulnerabilities-reference-data-service-repository-report.json.zip
27.1 KB
sha256:426296609bd1f91050e6162fc379da7afb157bb1d9a6d5acfab7760475bb1434
vulnerabilities-remove-dummy-gp-code-repository-report.json.zip
27 KB
sha256:24866e1394b2360eb17ad355680cf5b85912cb29f8d0cb6efaf2ee70e819b8ae
vulnerabilities-remove-validation-exception-data-repository-report.json.zip
27.1 KB
sha256:63a11e2019bdc0105fd3d07613d2cd315231b151433cb1d5dbaddf06a8981a0a
vulnerabilities-retrieve-cohort-distribution-data-repository-report.json.zip
27.1 KB
sha256:93866cc49266448213366a99b4221b21fa07fc4d8be194eadd4d85ca471553d8
vulnerabilities-retrieve-cohort-request-audit-repository-report.json.zip
27.1 KB
sha256:9748153f39fbe9c5d1d1153d0964d17bec592fc9783f577ce2f5913b9ebff0ed
vulnerabilities-retrieve-mesh-file-repository-report.json.zip
27 KB
sha256:ff9b7266e66c6de1f4e43502755afc0fec2e64c35f63094893e8fd840789c8fc
vulnerabilities-retrieve-pds-demographic-repository-report.json.zip
27.1 KB
sha256:f9e7ecb05d2655ba93ec4151678834369ce671b469d6af882769b8acedf44431
vulnerabilities-screening-lkp-data-service-repository-report.json.zip
27.1 KB
sha256:75572c7dada5a22de0195d534b936a6eaef7dcaa63dae10ce2f7c235a91230fc
vulnerabilities-servicenow-cases-data-service-repository-report.json.zip
27.1 KB
sha256:9b2a89bbdb5cb04f9c2344c884d1d6379a03b2a0e4d7c8322414e742ffff8482
vulnerabilities-servicenow-cohort-lookup-repository-report.json.zip
27.1 KB
sha256:68d59a783bb2b457dae3b842245a770fd7777a348c91a5ee3bced9521598ff0d
vulnerabilities-servicenow-message-handler-repository-report.json.zip
27.1 KB
sha256:53d9d1d8afb16d4788cdfebb70761c153de4c068623faf24a5880ee1c089e447
vulnerabilities-static-validation-repository-report.json.zip
27.1 KB
sha256:adb296c78d39a1fd6be95ff2a95599da147c07c8bb117a196757e555778bb9cb
vulnerabilities-transform-data-service-repository-report.json.zip
27.1 KB
sha256:ad659e41cb982a42828b1bc8cd8c86c04cd6d90f05ae05a56787c153b17c4466
vulnerabilities-update-blocked-flag-repository-report.json.zip
27 KB
sha256:bcd863bad4c8932596bf4f5688c094aba35e48b6ac710dcd2e372d04d6c73b0d
vulnerabilities-update-exception-repository-report.json.zip
27 KB
sha256:10b95f645fc9e8730ff724beec7f1cb883b288950af2337e390ff6bcd380e1c5
vulnerabilities-web-repository-report.json.zip
27 KB
sha256:2fb4d2daef984438439c53fb0412d401e25e4754541fdc110fc977e452206545
vulnerabilities-wiremock-repository-report.json.zip
27 KB
sha256:3875956ebc62376651d05a074e24176de87355911f338632366f32065fdecca2