Releases: devblackops/github-action-psscriptanalyzer
Releases · devblackops/github-action-psscriptanalyzer
v2.4.0
[2.4.0] - 2021-10-22
Changed
- #PR18 - Updated pwsh, Ubuntu, and PSSA versions (via @alagoutte)
- pwsh
7.0.3
->7.1.5
- Ubuntu
18.04
->20.04
- PSSA
1.19.1
->1.20.0
- pwsh
v2.3.1
v2.3.0
[2.3.0] - 2020-08-31
Fixed
- #PR13 - Remove
outputs
section fromaction.yml
to resolve error whenoutputs
is empty (via @SleepySysadmin)
Changed
-
Updated docker image to
powershell:7.0.3-ubuntu-18.04
. -
Updated
PSScriptAnalyzer
to1.19.1
.
v2.2.0
[2.2.0] - 2020-06-30
Fixed
- #PR8 - Update checkout action to v2 (
actions/checkout@v2
) (via @alagoutte)
Changed
-
#PR10 - Updated PSScriptAnalyzer to
1.19.0
(via @alagoutte) -
#PR7 - Updated PSScriptAnalyzer to
1.19.0
(via @alagoutte) -
#PR6 - Updated PowerShell Docker iamge to
7.0.1
(via @alagoutte)
v2.1.1
[2.1.1] - 2020-05-15
Fixed
- Fixed reference to warning environment variable (
INPUT_FAILONWARNINGS
) (via @CrazyCodeUK)
v2.1.0
v2.0.0
[2.0.0] - 2019-08-28
Changed
- Refactored to new GitHub Action syntax
- Renamed options to:
- rootPath
- settingsPath
- repoToken
- sendComment
- failOnErrors
- failOnWarnings
- failOnInfos
- Allow failing the GitHub Action on PSSA error, warning, or informational issues
v1.2.1
[1.2.1] - 2019-01-15
Fixed
- Action will now only attempt to post a PR comment if a valid comments URL is found in the action payload
v1.2.0
[1.2.0] - 2019-01-14
- Reorganize project so it is compatible with GitHub Marketplace
1.0.1
[1.0.1] - 2018-12-28
Fixed
- Fix logic and only post a GitHub comment to the PR if issues were found.