Skip to content

feat(repeater): adopt self-deploying repeaters #363

feat(repeater): adopt self-deploying repeaters

feat(repeater): adopt self-deploying repeaters #363

Triggered via pull request June 17, 2024 11:20
Status Failure
Total duration 3m 32s
Artifacts

auto-build.yml

on: pull_request
install-deps
5s
install-deps
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 18 warnings
macos-12
Process completed with exit code 1.
ubuntu-latest
Process completed with exit code 1.
windows-2019
Process completed with exit code 1.
install-deps
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
install-deps
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
macos-12
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macos-12
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
windows-2019
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
windows-2019
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
windows-2019: src/SecTester.Core/Configuration.cs#L33
Non-nullable property 'Api' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
windows-2019: src/SecTester.Repeater/Bus/SocketIoRepeaterBus.cs#L51
Exception type System.Exception is not sufficiently specific
windows-2019: src/SecTester.Repeater/Repeater.cs#L102
The logging message template should not vary between calls to 'LoggerExtensions.LogError(ILogger, string?, params object?[])'
windows-2019: test/SecTester.Core.Tests/Usings.cs#L25
The using directive for 'SecTester.Core.Exceptions' appeared previously in this namespace
windows-2019: src/SecTester.Scan/ScanSettings.cs#L26
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
windows-2019: src/SecTester.Scan/ScanSettings.cs#L26
Non-nullable field '_tests' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
windows-2019: src/SecTester.Scan/ScanSettings.cs#L26
Non-nullable field '_target' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
windows-2019: src/SecTester.Scan/Target.cs#L88
Member 'SerializeQuery' does not access instance data and can be marked as static