[main@344e25a] Update AL-Go System Files from microsoft/AL-Go-PTE@main - e247881 #55
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v7.2
Removed functionality
As stated in AL-Go Deprecations, setting
cleanModePreprocessorSymbolsis no longer supported and will be ignored by AL-Go for GitHub.Security
Issues
Workflow input validation
Some workflow inputs are now validated early in order to avoid workflows to make modifications like creating a release, when we already should know that an error will occur later.
Test settings against a JSON schema
AL-Go for GitHub settings now has a schema. The following line is added at the beginning to any AL-Go settings files to utilize the schema:
Failing pull requests if new warnings are added
By setting failOn to 'newWarning', pull requests will fail if new warnings are introduced. This feature compares the warnings in the pull request build against those in the latest successful CI/CD build and fails if new warnings are detected.
AL-Go Telemetry
Now AL-Go telemetry also logs
ActionDurationwhich makes it possible to track the duration of the different steps in the AL-Go workflows (e.g. RunPipeline or Sign)