Python 3.12, Ruby 2.7, Node.js 16, Java 17, .NET 8, Go 1.21, Swift, Dart, allure #198
workflow.yml
on: workflow_dispatch
build
4s
Matrix: node
Matrix: ruby
python
1m 3s
golang
29s
jdk
3m 29s
dotnet
42s
swift
31s
dart
15s
allure
59s
Annotations
7 errors and 31 warnings
ruby (2.7)
Process completed with exit code 1.
|
ruby (2.7)
The process '/opt/hostedtoolcache/Ruby/2.7.2/x64/bin/gem' failed with exit code 1
|
node (16.x)
Process completed with exit code 1.
|
golang
Process completed with exit code 1.
|
swift
Process completed with exit code 1.
|
dotnet
Process completed with exit code 1.
|
python
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
dart
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ruby (2.7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ruby (2.7)
The following actions uses node12 which is deprecated and will be forced to run on node16: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ruby (2.7)
No files were found with the provided path: allure-results. No artifacts will be uploaded.
|
node (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
node (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
golang
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
golang
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
swift
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
swift
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
swift
No files were found with the provided path: allure-results. No artifacts will be uploaded.
|
dotnet
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
dotnet
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
dotnet:
src/main/java/challenges/c20210101_20210107/FindACorrespondingNodeOfABinaryTreeInACloneOfThatTree/TreeNode.cs#L14
Non-nullable field 'left' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet:
src/main/java/challenges/c20210101_20210107/FindACorrespondingNodeOfABinaryTreeInACloneOfThatTree/TreeNode.cs#L14
Non-nullable field 'right' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet:
src/main/java/challenges/c20201001_20201007/CombinationSum/solution.cs#L13
Possible null reference return.
|
dotnet:
src/main/java/challenges/c20210101_20210107/FindACorrespondingNodeOfABinaryTreeInACloneOfThatTree/TreeNode.cs#L11
The field 'TreeNode.left' is never used
|
dotnet:
src/main/java/challenges/c20210101_20210107/FindACorrespondingNodeOfABinaryTreeInACloneOfThatTree/TreeNode.cs#L12
The field 'TreeNode.right' is never used
|
dotnet:
src/test/java/problems/easy/ClimbingStairs/ClimbingStairsTest.cs#L10
The using directive for 'NUnit.Allure.Core' appeared previously in this namespace
|
dotnet:
src/test/java/problems/easy/ClimbingStairs/ClimbingStairsTest.cs#L12
The using directive for 'NUnit.Framework' appeared previously in this namespace
|
dotnet:
src/test/java/challenges/c20201001_20201007/SomeTest.cs#L10
The using directive for 'NUnit.Framework' appeared previously in this namespace
|
dotnet:
src/test/java/challenges/c20201001_20201007/NumberOfRecentCalls/NumberOfRecentCallsTest.cs#L10
The using directive for 'NUnit.Allure.Core' appeared previously in this namespace
|
dotnet:
src/test/java/challenges/c20201001_20201007/NumberOfRecentCalls/NumberOfRecentCallsTest.cs#L12
The using directive for 'NUnit.Framework' appeared previously in this namespace
|
python
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
python
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
jdk
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
jdk
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
allure
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v2, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
allure
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "allure-results".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
allure-results
Expired
|
389 KB |
|