chore: Moving Splatter GitHub definitions ( Fixes #38 ) #40
TestBuildAndPublish.yml
on: push
PowerShellStaticAnalysis
32s
TestPowerShellOnLinux
21s
TagReleaseAndPublish
6s
BuildSplatter
33s
Annotations
1 error, 35 warnings, and 6 notices
BuildSplatter
Process completed with exit code 1.
|
TagReleaseAndPublish
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/
|
TagReleaseAndPublish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
TagReleaseAndPublish
Pull Request has not merged, skipping Gallery Publish
|
TagReleaseAndPublish
Pull Request has not merged, skipping GitHub release
|
TagReleaseAndPublish
Pull Request has not merged, skipping Tagging
|
TestPowerShellOnLinux
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@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/
|
TestPowerShellOnLinux
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
TestPowerShellOnLinux
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
TestPowerShellOnLinux
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
TestPowerShellOnLinux
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
PowerShellStaticAnalysis
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/
|
PowerShellStaticAnalysis
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PowerShellStaticAnalysis:
@.ps1#L52
PSAvoidAssignmentToAutomaticVariable : The Variable '_' is an automatic variable that is built into PowerShell, assigning to it might have undesired side effects. If assignment is not by design, please use a different name.
|
PowerShellStaticAnalysis:
@.ps1#L52
PSAvoidAssignmentToAutomaticVariable : The Variable 'this' is an automatic variable that is built into PowerShell, assigning to it might have undesired side effects. If assignment is not by design, please use a different name.
|
PowerShellStaticAnalysis:
@.ps1#L353
PSAvoidTrailingWhitespace : Line has trailing whitespace
|
PowerShellStaticAnalysis:
@.ps1#L350
PSReviewUnusedParameter : The parameter 'Stream' has been declared but not used.
|
PowerShellStaticAnalysis:
Get-Splat.ps1#L49
PSAvoidAssignmentToAutomaticVariable : The Variable '_' is an automatic variable that is built into PowerShell, assigning to it might have undesired side effects. If assignment is not by design, please use a different name.
|
PowerShellStaticAnalysis:
Get-Splat.ps1#L49
PSAvoidAssignmentToAutomaticVariable : The Variable 'this' is an automatic variable that is built into PowerShell, assigning to it might have undesired side effects. If assignment is not by design, please use a different name.
|
PowerShellStaticAnalysis:
@.min.ps1#L5
PSAvoidAssignmentToAutomaticVariable : The Variable '_' is an automatic variable that is built into PowerShell, assigning to it might have undesired side effects. If assignment is not by design, please use a different name.
|
PowerShellStaticAnalysis:
@.min.ps1#L5
PSAvoidAssignmentToAutomaticVariable : The Variable 'this' is an automatic variable that is built into PowerShell, assigning to it might have undesired side effects. If assignment is not by design, please use a different name.
|
PowerShellStaticAnalysis:
@.min.ps1#L15
PSReviewUnusedParameter : The parameter 'Stream' has been declared but not used.
|
PowerShellStaticAnalysis:
Merge-Splat.ps1#L128
PSAvoidAssignmentToAutomaticVariable : The Variable '_' is an automatic variable that is built into PowerShell, assigning to it might have undesired side effects. If assignment is not by design, please use a different name.
|
PowerShellStaticAnalysis
Splatter: Module Manifest does not contain a file list
|
PowerShellStaticAnalysis
Find-Splat: Find-Splat does not have an output type
|
PowerShellStaticAnalysis
Get-Splat: Get-Splat does not have an output type
|
PowerShellStaticAnalysis
Initialize-Splatter: Initialize-Splatter does not have an output type
|
PowerShellStaticAnalysis
Merge-Splat: Merge-Splat does not have an output type
|
PowerShellStaticAnalysis
Use-Splat: Use-Splat does not have an output type
|
PowerShellStaticAnalysis
Use-Splat: Use-Splat example 3 does not mention Use-Splat
|
PowerShellStaticAnalysis
Out-Splat: paramBlockParts is an array, and you append to it with +=. Since arrays in .NET are immutable (they never change), this causes the list to be recreated, and gets REALLY slow. A better alternative would be using an ArrayList.
|
PowerShellStaticAnalysis
Get-Splat: $this is assigned to but never used. It is assigned at Line=48 Column=22
|
PowerShellStaticAnalysis
Find-Splat: Find-Splat does not define any #regions
|
BuildSplatter
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/
|
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: "PesterResults".
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/
|
BuildSplatter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ModuleLoaded
PSSVG Loaded from Path - /home/runner/work/_actions/StartAutomating/PSSVG/main/PSSVG.psd1
|
Running
/home/runner/work/Splatter/Splatter/Build/Splatter.PSSVG.ps1
|
ModuleLoaded
PipeScript Loaded from Path - /home/runner/work/_actions/StartAutomating/PipeScript/main/PipeScript.psd1
|
BuildSplatter
.PipeScript ran in 0.0151 ms
|
BuildSplatter
Building Files in '/home/runner/work/Splatter/Splatter'
|
BuildSplatter
0 files built ( 0kb ) in 0.1998781 seconds
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
PesterResults
|
15 KB |
|