Skip to content

feat: BS Select Reference Refresh #15483

feat: BS Select Reference Refresh

feat: BS Select Reference Refresh #15483

Triggered via pull request April 30, 2026 10:14
Status Failure
Total duration 16m 56s
Artifacts 128

cicd-1-pull-request.yaml

on: pull_request
Set CI/CD metadata
6s
Set CI/CD metadata
Validate PR title
5s
Validate PR title
Commit stage  /  Scan secrets
15s
Commit stage / Scan secrets
Commit stage  /  Check file format
7s
Commit stage / Check file format
Commit stage  /  Check Markdown format
8s
Commit stage / Check Markdown format
Commit stage  /  Check English usage
10s
Commit stage / Check English usage
Commit stage  /  Lint Terraform
8s
Commit stage / Lint Terraform
Commit stage  /  Count lines of code
8s
Commit stage / Count lines of code
Test stage  /  Check for consolidated test project
5s
Test stage / Check for consolidated test project
Test stage  /  Run consolidated tests
3m 2s
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
21s
Test stage / Aggregate results and report
Analysis stage  /  Perform static analysis
6m 37s
Analysis stage / Perform static analysis
Image build stage  /  get-functions
8s
Image build stage / get-functions
Image build stage  /  build-base-images
1m 53s
Image build stage / build-base-images
Matrix: Image build stage / build-and-push
Image build stage  /  aggregate-json
9s
Image build stage / aggregate-json
Matrix: deploy-stage / Deploy
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

1 error and 109 warnings
Validate PR title
No release type found in pull request title "Feat/DTOSS 9704 BS Select Reference Refresh". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/ Available types: - feat: A new feature - fix: A bug fix - docs: Documentation only changes - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) - refactor: A code change that neither fixes a bug nor adds a feature - perf: A code change that improves performance - test: Adding missing tests or correcting existing tests - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) - chore: Other changes that don't modify src or test files - revert: Reverts a previous commit
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, thollander/actions-comment-pull-request@v2. 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/Response/OutboxService/TrackOutboxResponse.cs#L25
Non-nullable property 'RecipientOrgCode' 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/OutboxService/TrackOutboxResponse.cs#L23
Non-nullable property 'RecipientOdsCode' 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/OutboxService/TrackOutboxResponse.cs#L21
Non-nullable property 'RecipientName' 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/OutboxService/TrackOutboxResponse.cs#L19
Non-nullable property 'Recipient' 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/OutboxService/TrackOutboxResponse.cs#L17
Non-nullable property 'UploadTimestamp' 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/OutboxService/TrackOutboxResponse.cs#L15
Non-nullable property 'ExpiryTime' 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/OutboxService/TrackOutboxResponse.cs#L13
Non-nullable property 'FileName' 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/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.
Test stage / Run consolidated tests: 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.
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/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/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.
Analysis stage / Perform static analysis: 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.
Analysis stage / Perform static analysis: application/CohortManager/src/Functions/Shared/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/MessageMetaData.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/MessageMetaData.cs#L7
Non-nullable property 'FromMailbox' 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/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.
Analysis stage / Perform static analysis: 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.
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/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.
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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (reference-data-updater)
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-updater)
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 (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 / 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 (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 (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 (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-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 (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 (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 (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 (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 (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 (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-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 / 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-pr1898.zip
11.2 MB
sha256:7b84288b6c0cb3db9188329a4e8dbd8736c3b2cfa8535b71094acd5576d262b1
aggregated-vulnerabilities-repository-report-pr1898.zip
577 KB
sha256:a88a4347906ec2443ff65ffd8300266b4adc4228ccbd2fd0977e2b526926bf3f
cohort-manager-audit-writer-vulnerabilities-summary.txt
2.26 KB
sha256:1ee668bd0315538fe0afc0e001ebf9e0d2fb657aae6826354518d533c1633f3e
cohort-manager-bs-request-audit-data-service-vulnerabilities-summary.txt
2.31 KB
sha256:e8681ba511e6e5fe6d35eacf26104c8824261da82ae1cbd774251fbb855f0431
cohort-manager-cohort-distribution-data-service-vulnerabilities-summary.txt
2.31 KB
sha256:43cfeae3d24ac22633b3ca1d6b344973f8ea32c6214cc8710b7eedbfb2942be4
cohort-manager-create-exception-vulnerabilities-summary.txt
2.27 KB
sha256:05826e380cb62794f9bb49707f5f3b7c9f63cfd9aef02e9dcb42b05821c9685a
cohort-manager-db-migration-vulnerabilities-summary.txt
1.73 KB
sha256:18f65bd023ef0de97837399c999afb9b32a59f2285ba55f9c53c3d1e8db02ddd
cohort-manager-delete-participant-vulnerabilities-summary.txt
2.28 KB
sha256:8a0e7c520fe902546f12024dd74211b369a6c4f4cd80375b449ab0de0566c4f3
cohort-manager-distribute-participant-vulnerabilities-summary.txt
2.29 KB
sha256:fad732c6c4bca2d42ca3d614192ea1186486c9029d90fee7e6f6bebb9df00903
cohort-manager-durable-demographic-function-vulnerabilities-summary.txt
2.31 KB
sha256:37c3cc77958eb34121587d8221b5e6fa2d5ac705388c4c099e9feecb7d42b3f8
cohort-manager-exception-management-data-service-vulnerabilities-summary.txt
2.31 KB
sha256:33f830952ed2223915cb1ac0f60b34b1847bad4fdec97c939c78c90f996151b8
cohort-manager-gene-code-lkp-data-service-vulnerabilities-summary.txt
2.3 KB
sha256:8ec781252f6cbc0fdd5e639396ad20a29383d5cef7edc25a065a2976fa9c3c4b
cohort-manager-get-validation-exceptions-vulnerabilities-summary.txt
2.29 KB
sha256:d338caa9b063cead0c6537b638c01280ee4d7c66b12c60244b3de41cbb7e2813
cohort-manager-higher-risk-referral-reason-lkp-data-service-vulnerabilities-summary.txt
2.35 KB
sha256:115bd1f18a47fde25d994e2d98902d0e480ebf3174f5387bbc69ffd186d12f26
cohort-manager-lookup-validation-vulnerabilities-summary.txt
2.27 KB
sha256:5d2b157d9ae075eae82d9992c548f64dc1e7e8457de0757421bca10765db072e
cohort-manager-manage-caas-subscription-vulnerabilities-summary.txt
2.29 KB
sha256:b1eab2e1d2a321b0f9740e2ba8a81acb0ad6176aff104ebfb2504046704b164e
cohort-manager-manage-nems-subscription-vulnerabilities-summary.txt
2.29 KB
sha256:cf7a35bccd7d3f13685a3650b06bb49edeeb089b3a2e6f91d959ac8c3c73710a
cohort-manager-manage-participant-vulnerabilities-summary.txt
2.27 KB
sha256:27081e0a127b365099f2690571d016e1da916c18f49548af3e3cfdcdf2b54416
cohort-manager-manage-servicenow-participant-vulnerabilities-summary.txt
2.3 KB
sha256:8753827c61a498d41b258b1a293171677053ae22065118f965c63f513d6897cf
cohort-manager-nems-mesh-retrieval-vulnerabilities-summary.txt
2.28 KB
sha256:b05aa32e49e69f31d39ea06b2811ee23b352cceb859027628e1736b513d61367
cohort-manager-nems-subscription-data-service-vulnerabilities-summary.txt
2.31 KB
sha256:ce80a1d1c8e25c2494534de71ad9bb2ee3012b2eda11670d312acc07a177ab9d
cohort-manager-participant-demographic-data-service-vulnerabilities-summary.txt
2.32 KB
sha256:ea7f9b4f4c5bed699f37ea5231e20e29ce4cce522e5c323c5d17ad8298a88c0b
cohort-manager-participant-management-data-service-vulnerabilities-summary.txt
2.32 KB
sha256:6c6077a15b1afc89ff6443a140debcf1789ef004bf7b0b5fc3612debd1820655
cohort-manager-process-nems-update-vulnerabilities-summary.txt
2.28 KB
sha256:ffab7cf555f5e09e8b04a70bbc04e23ff5f61f4bd0af5a556a44996bab0e23dd
cohort-manager-receive-caas-file-vulnerabilities-summary.txt
2.27 KB
sha256:2514ac792c11f4916735806015c4b9962cdfc08d00046087cee4367c98ebced6
cohort-manager-reference-data-service-vulnerabilities-summary.txt
2.29 KB
sha256:7e7ad316be8a70a94a4c0f9ba9774a95578baac7fc792493a293b71b4eb8e917
cohort-manager-reference-data-updater-vulnerabilities-summary.txt
2.29 KB
sha256:bf73702eb63f851a59b395a47d7e797c1b868c884b213916132fbafecc83b5e4
cohort-manager-remove-dummy-gp-code-vulnerabilities-summary.txt
2.28 KB
sha256:5eb2053b90b9a5e87fb392221eaf669803eb270a39f2d1e38dbc970d9dd4ee8e
cohort-manager-remove-validation-exception-data-vulnerabilities-summary.txt
2.31 KB
sha256:f05163ab72bc78b1cb472072d81698479d92c4d92fb2fd4572248d1b89203530
cohort-manager-retrieve-cohort-distribution-data-vulnerabilities-summary.txt
2.31 KB
sha256:edb43e28bb07fb0ea24b0f334ea1b9070ccc77d0e1353a4ccc8de918423d268a
cohort-manager-retrieve-cohort-request-audit-vulnerabilities-summary.txt
2.3 KB
sha256:3117fbbceff0ca0bfe56c326d0c6b9bb49222c2c228fa81e5a22d995fbc0325e
cohort-manager-retrieve-mesh-file-vulnerabilities-summary.txt
2.28 KB
sha256:b2ea88116424ad0a555272084fa81e4f2f3438c33c2621d43c44f898e2ec2c80
cohort-manager-retrieve-pds-demographic-vulnerabilities-summary.txt
2.29 KB
sha256:4bfbd2f88385721042de0bd79bc0c4031bb288ef2aecde7bc169d71c9deb8b60
cohort-manager-screening-lkp-data-service-vulnerabilities-summary.txt
2.3 KB
sha256:31d567ff7611d2d779f8fe62cb265e58f77d5f328f1effd98c76155d562e36c4
cohort-manager-servicenow-cases-data-service-vulnerabilities-summary.txt
2.3 KB
sha256:845e0345e157a94ac6b8d568c1642f03fa0d48b9598f2409e850f2a2735db99a
cohort-manager-servicenow-cohort-lookup-vulnerabilities-summary.txt
2.29 KB
sha256:9e71b383c246a6cfaf586761b6950699263ed53f527d4d4e5a8a8339e8753288
cohort-manager-servicenow-message-handler-vulnerabilities-summary.txt
2.3 KB
sha256:fbc0e34949ab4681730e8f143195d7f00466525014b5165198e7b784d67312ba
cohort-manager-static-validation-vulnerabilities-summary.txt
2.27 KB
sha256:0474ad414b90c1f6ced2561c7663ec0a1008082eff146cfdd0ac4e76d7e066f5
cohort-manager-transform-data-service-vulnerabilities-summary.txt
2.29 KB
sha256:5055c9a26e19ac305c18071ee5adf040be3760ee00e9dabebdb8f4e960acac83
cohort-manager-update-blocked-flag-vulnerabilities-summary.txt
2.28 KB
sha256:cbd9996052e5f16dadd5d98f2d31c8d91739d93f8fd6fae6583938665c2b0722
cohort-manager-update-exception-vulnerabilities-summary.txt
2.27 KB
sha256:00b53987e51570056b5c383e426c510241d16703efa24fc2022174c1681e371c
cohort-manager-web-vulnerabilities-summary.txt
511 Bytes
sha256:23154c7b1db89cdeed28e12aec4875e1e02efbeb08f647d5970a5b8a10737035
cohort-manager-wiremock-vulnerabilities-summary.txt
1.59 KB
sha256:422daf78676c494542030e61bcd34709d6ed933bcf8953d83128ebed255edc91
lines-of-code-report.json.zip
987 Bytes
sha256:57029a5304006686087a18a3d12eb0c2474726791609599b8ef311ae8f3d5ea1
sbom-audit-writer-repository-report.json.zip
280 KB
sha256:6573b0869982eb89648e4fa5a7b5a958f8934746b5da5e046dc4abb6824c93b6
sbom-bs-request-audit-data-service-repository-report.json.zip
280 KB
sha256:9452a43abb06c5d30f93b94528bd8a2caa7b3fe364d2fc6a83914a820c97a8b7
sbom-cohort-distribution-data-service-repository-report.json.zip
280 KB
sha256:9f6e7aec3497c64c5538f295b2e445799a91a4ac868401969d32a919a300b1df
sbom-create-exception-repository-report.json.zip
280 KB
sha256:87e80b52180568d818d80e807c3570221cb9b5bb235ea42bbdb65707c82a56e8
sbom-db-migration-repository-report.json.zip
280 KB
sha256:bf3f4abdc951aa2efa276bbb902220e6c98e8f26f3f85257eb6bec9eb60cf55f
sbom-delete-participant-repository-report.json.zip
280 KB
sha256:96145364dc24272eda9751fbe92b64552d22467bdcb1612eb23370804bd68643
sbom-distribute-participant-repository-report.json.zip
280 KB
sha256:9fb31848b5bca73fa8e8caff51631561474d983c348121f17aead7a59cf945f8
sbom-durable-demographic-function-repository-report.json.zip
280 KB
sha256:17e5da657d0a5672502a7e7d407d8ff3ffbf09f59f02c0d2f15d6ea6ff25fdb3
sbom-exception-management-data-service-repository-report.json.zip
280 KB
sha256:a81cb6b40c62f530f8bec4d73d89de319d2a41b91d3019583a060f1338d9a07e
sbom-gene-code-lkp-data-service-repository-report.json.zip
280 KB
sha256:4c5fb1e37412f5640b55d9c4ff4c4b036e6a10313c16bc95b176bdc95e21da73
sbom-get-validation-exceptions-repository-report.json.zip
280 KB
sha256:74590454be6dc266917cb5c67b8f26f926a0dee31e5fbff11dfd2b805866e717
sbom-higher-risk-referral-reason-lkp-data-service-repository-report.json.zip
280 KB
sha256:4be27a4455a180033d3bfd2b7a74a4904165019fa8ba0c2f6d3e2e5733bcb8c2
sbom-lookup-validation-repository-report.json.zip
280 KB
sha256:da25d4da0b5ae540b266945774793ef5d7f40636025abf8560a0f630641149e4
sbom-manage-caas-subscription-repository-report.json.zip
280 KB
sha256:1e22d4868f999c77b004fbc23f9bef09d3895429a924a8bc2c1f72de780f595f
sbom-manage-nems-subscription-repository-report.json.zip
280 KB
sha256:220aa9225a68b7013a9978b9e8b021ab742d446ffa11ce5f06193c9a11f15291
sbom-manage-participant-repository-report.json.zip
280 KB
sha256:946dd772e997c51da64ce770369965a40c17b0fe3dd6efd438611472551bcf68
sbom-manage-servicenow-participant-repository-report.json.zip
280 KB
sha256:6da1b9076cbe14af8ce39671cce3ef817e6e5655eae4dfbd880d44f6a43ffaac
sbom-nems-mesh-retrieval-repository-report.json.zip
280 KB
sha256:df847a291361c225abfe634933e497f99ac86387698c384613d76ef540053eda
sbom-nems-subscription-data-service-repository-report.json.zip
280 KB
sha256:d615157d5b4fe4932dcbf266e535a6233d739f2f5c4f95bb99ab8b960c58b51d
sbom-participant-demographic-data-service-repository-report.json.zip
280 KB
sha256:9b20451ade39ad4e8a4cc80d3958fab7efb7bb2e045d6f69d6332ce8e38ffe5f
sbom-participant-management-data-service-repository-report.json.zip
280 KB
sha256:f68b3ecd67d83b50bbfcbee2ded0510134eb660bf500d3d7334844c5fdbfe655
sbom-process-nems-update-repository-report.json.zip
280 KB
sha256:04eb7e557a165e43dc959d8befe3dea69af65f6440c8afa61c4f6bd5dc351b3c
sbom-receive-caas-file-repository-report.json.zip
280 KB
sha256:9af5de104d45cfe4332f913e3f4ce9880f580ce509e68df2fd144ae40d0a72f3
sbom-reference-data-service-repository-report.json.zip
280 KB
sha256:e15237ef8fd7f7a0bda58ad60eac0bcf5855ad25ecc8019553107a8659286d49
sbom-reference-data-updater-repository-report.json.zip
280 KB
sha256:0a13c98850010aac72026ab9fac284229eac6bd889c2e619fa8c45e5654e8b5b
sbom-remove-dummy-gp-code-repository-report.json.zip
280 KB
sha256:34721a866ef8ad839bfaca4668e624f5aa74064c6bcc73e747d83411178aae48
sbom-remove-validation-exception-data-repository-report.json.zip
280 KB
sha256:e5761b524e1d255b9817cc99945b07fda1b9244944496971f829803adb912648
sbom-retrieve-cohort-distribution-data-repository-report.json.zip
280 KB
sha256:8c96318fbd32817c4fb5a64fd2008d58258978ce7d5f6fb18a87a036b7027a4f
sbom-retrieve-cohort-request-audit-repository-report.json.zip
280 KB
sha256:5f4f7d3737bea85001173c789f1a8cfb5d11b2e03d662966f147f04a842e35e1
sbom-retrieve-mesh-file-repository-report.json.zip
280 KB
sha256:a29f6dadfdec2938d5236c7c24ea61b1537667d1c9c4092ca154ad93c75cb658
sbom-retrieve-pds-demographic-repository-report.json.zip
280 KB
sha256:aef4541497087588a720f4214efa5833e48151c39281e2666b977e20b0a66455
sbom-screening-lkp-data-service-repository-report.json.zip
280 KB
sha256:bf032fcc8db4f41b7f0f97d30753c45e983f99900d487189f1f20e76a25b8e5b
sbom-servicenow-cases-data-service-repository-report.json.zip
280 KB
sha256:be25050aceb1816f8fbc0cdc2574c2248057fcf4ce9296c5214f79a54dccf136
sbom-servicenow-cohort-lookup-repository-report.json.zip
280 KB
sha256:1e13742032f52a9b97acce43214a412d952b096d160be1a8a17b922800806eff
sbom-servicenow-message-handler-repository-report.json.zip
280 KB
sha256:a864d9941f4b6617bcfbd61a4f96df2b0d6b7e47fb23a44f57e5fd9d99fdec0b
sbom-static-validation-repository-report.json.zip
280 KB
sha256:a02c48e6c35b0ee08d1d56ad81d9f759ce27c8487947e87f6ef01539d79d8dda
sbom-transform-data-service-repository-report.json.zip
280 KB
sha256:09f48f67543406162d90572cd9a14fc731fa91067ad585e9a26c602085dc4ee0
sbom-update-blocked-flag-repository-report.json.zip
280 KB
sha256:65ae9197e33c4ccd7efeead0cfd2c1b74c431003a03910b14254a7815218d623
sbom-update-exception-repository-report.json.zip
280 KB
sha256:ad47dac6a7f2c5f766672bd4c5afc09658bfd2ace547667da9553942743bc737
sbom-web-repository-report.json.zip
280 KB
sha256:b69b0dda81d07ce0e30523b14c2506214d6fe85e6db215dae1b10580e8816e12
sbom-wiremock-repository-report.json.zip
280 KB
sha256:fbf3e1de0741d25a06896d3dae9fc6d7f21905f3deed834b0422cf29e4e153a7
test-coverage-report
322 KB
sha256:bbfe5eae97231a59be3ec34f282146536f5aeb2d4daa51c0c0010aa71b04dd4c
test-results-consolidated
697 KB
sha256:0f51f17fd1c849984bb9616f64f0f85038b89576b0edf14ddaf2acbb447db300
vulnerabilities-audit-writer-repository-report.json.zip
27.3 KB
sha256:5fb086c9c41da2cffa24f9815cd0548243e58daa0da9ce7bc2884e4065d7fbd8
vulnerabilities-bs-request-audit-data-service-repository-report.json.zip
27.4 KB
sha256:626597af88d8869caf8d2014ce519774cb7cd1fd5608e8dbf7042be03825a8c9
vulnerabilities-cohort-distribution-data-service-repository-report.json.zip
27.4 KB
sha256:d916ec6eae71f438a34a90637d7e9523d3de96ec2cb9e039fe1fc73f567e3465
vulnerabilities-create-exception-repository-report.json.zip
27.3 KB
sha256:3353839b78612204f49f0b4d17101b783d6bf463a19b9babf50433d97bbd4a47
vulnerabilities-db-migration-repository-report.json.zip
27.3 KB
sha256:8c56b7de0141376d92495e67c4560e893cafc1f584f1a37fc740f8d68d1f237e
vulnerabilities-delete-participant-repository-report.json.zip
27.3 KB
sha256:e522ecbd4d663865a758e340b13d76f36da47c8c1e21469ea5efc513cffd4024
vulnerabilities-distribute-participant-repository-report.json.zip
27.3 KB
sha256:36b35aafb0678506ac222bed868186d249ed7f7881c255ec1794349404c834e6
vulnerabilities-durable-demographic-function-repository-report.json.zip
27.4 KB
sha256:cabe61fbc202532f032b95dfeafea918ed6dbdd234634139cc4a3e673b00b73c
vulnerabilities-exception-management-data-service-repository-report.json.zip
27.4 KB
sha256:5dadfb1ac2ea8a7f05d73da38444f158b7dbee58cd2df408bb1cf1e020e1fe75
vulnerabilities-gene-code-lkp-data-service-repository-report.json.zip
27.3 KB
sha256:d8de540eae16b542fcadda802d1b97eb7d71cadc29065d69e82876c40e23f8ff
vulnerabilities-get-validation-exceptions-repository-report.json.zip
27.3 KB
sha256:9cc45aaa1a7f630d1a8ba07491535761f8a1b0436da989d16531baf7ccb60175
vulnerabilities-higher-risk-referral-reason-lkp-data-service-repository-report.json.zip
27.4 KB
sha256:ef87fdb9b10fa826cd6e8587e315735c5543a9e66312825f724317b208346f84
vulnerabilities-lookup-validation-repository-report.json.zip
27.3 KB
sha256:9092115f873d218113f2af21ced36d5453ba66cafd026c47eda5318f4796422b
vulnerabilities-manage-caas-subscription-repository-report.json.zip
27.3 KB
sha256:960ebc0e82ef9d2bb00885a3aaf69f5baa1328a759be4e76832dcaeb1253bd6b
vulnerabilities-manage-nems-subscription-repository-report.json.zip
27.4 KB
sha256:4e4c80f1139987836e48d3b68c4ac1a1c9dbe0fc70b6fcf4e79bfe405f368cdd
vulnerabilities-manage-participant-repository-report.json.zip
27.3 KB
sha256:2a819eccca23282624642ee402826ce188491b493d80773d0e3ad787b13bbfb6
vulnerabilities-manage-servicenow-participant-repository-report.json.zip
27.3 KB
sha256:0a73e802f3b73e3276c4ca4ac2d8fff8c0b173a5a75b6f469e54d478c961f3fd
vulnerabilities-nems-mesh-retrieval-repository-report.json.zip
27.3 KB
sha256:d991349e6d16cd1a9580ec38573b9fa07673c8b4fe9222f7883050a2c68670db
vulnerabilities-nems-subscription-data-service-repository-report.json.zip
27.4 KB
sha256:5155680a80d64223c7c4d3271989963ff2a93385c0366f5b56afeb57159b7eb4
vulnerabilities-participant-demographic-data-service-repository-report.json.zip
27.4 KB
sha256:d53bde72b429a9fab791161fe32f90eacca6f056d09a7fd278c5531be7728b3f
vulnerabilities-participant-management-data-service-repository-report.json.zip
27.4 KB
sha256:c1e142a64e4e984a0137705dab26ffd6dc1a833665522b2eb34de6d5eddbc539
vulnerabilities-process-nems-update-repository-report.json.zip
27.3 KB
sha256:2249e8d1f622d39801cc47b86e167d6600909c71d5a29209e0ce46b5e2960b5c
vulnerabilities-receive-caas-file-repository-report.json.zip
27.3 KB
sha256:1f753fb70551c8e6e22cef41d65869a96a4f46caa52cea126668b8b4b55127b9
vulnerabilities-reference-data-service-repository-report.json.zip
27.3 KB
sha256:76c183cc86de6fe614380335a72f9730b7862c8df598c03600537ce9f50def48
vulnerabilities-reference-data-updater-repository-report.json.zip
27.3 KB
sha256:5d661ea8a95779d7af913cd6732ecd5d61bcfe3089052831a7effcbd88c6a9a7
vulnerabilities-remove-dummy-gp-code-repository-report.json.zip
27.3 KB
sha256:8a65481c8541af5226e52c2fc59824baed59fdb0a5cfd089c962f430db41bd2a
vulnerabilities-remove-validation-exception-data-repository-report.json.zip
27.4 KB
sha256:01d3e2d5fcf7f1151a8f8285505253a1a2c89990f765e83d7c2fcd8e95a08384
vulnerabilities-retrieve-cohort-distribution-data-repository-report.json.zip
27.4 KB
sha256:6d79e7cec18e862d423b457f2459e1607f28851dea3ab3b26f580f85230752ff
vulnerabilities-retrieve-cohort-request-audit-repository-report.json.zip
27.4 KB
sha256:2f9a03a1d037d9f9528816badd582e56daa9158869eb4b4a967828393c7ad807
vulnerabilities-retrieve-mesh-file-repository-report.json.zip
27.3 KB
sha256:e00f806a7bda800125e00ab7e0ffc1be3c869f1e12e7bcd648317141b6dbaa78
vulnerabilities-retrieve-pds-demographic-repository-report.json.zip
27.4 KB
sha256:40b15a0df6cee714213eab818d22461b87d8f9d9abeac02f7bfccde774a8d6ac
vulnerabilities-screening-lkp-data-service-repository-report.json.zip
27.3 KB
sha256:6fe4c030f9bd24cd6867a68c152f7a62a87e51f9d646f09bfd1eece0d7f4d576
vulnerabilities-servicenow-cases-data-service-repository-report.json.zip
27.4 KB
sha256:db33a2b03c83f5d40c5b3ec6a703239861acb62ea831aec51385073e3853d2a3
vulnerabilities-servicenow-cohort-lookup-repository-report.json.zip
27.3 KB
sha256:33e8dde626db70b737c9ec5f672c5f7e0abbebb4647d191301117a731bbb27d9
vulnerabilities-servicenow-message-handler-repository-report.json.zip
27.4 KB
sha256:5045ac90147cf6826cb8f39a27afa8849c4e5876776be708239d7796b97750f4
vulnerabilities-static-validation-repository-report.json.zip
27.3 KB
sha256:b78cd59dfd684fe2f104ae270d2b8d03d294876a79dd0bd40d1f6a91572e2360
vulnerabilities-transform-data-service-repository-report.json.zip
27.3 KB
sha256:923ec53b5c9460bfd90c37bf8e1632e0b2ae78a2df43fd5e4110e2a9f315611b
vulnerabilities-update-blocked-flag-repository-report.json.zip
27.3 KB
sha256:0cec2ba9e8793528413b645d04fbc9b0d537ab5463ad10d716703485d5a2b519
vulnerabilities-update-exception-repository-report.json.zip
27.3 KB
sha256:9bae6003ad36da0da0db7396c49899437c37e6da7d41488ab9048c4547ff50a8
vulnerabilities-web-repository-report.json.zip
27.3 KB
sha256:5a53b59d533c9764829e6077f5c097c49d0514cb97c5e76404d95f70682f09d3
vulnerabilities-wiremock-repository-report.json.zip
27.3 KB
sha256:1bb7ff27ed7ebbbc20e05476d9f6b473d598fcf8fe1b3c9e955a583e112e487d