Skip to content

Releases: devblackops/github-action-psscriptanalyzer

v2.4.0

22 Oct 20:57
8540385
Compare
Choose a tag to compare

[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

v2.3.1

27 Feb 18:12
47643b0
Compare
Choose a tag to compare

[2.3.1] - 2021-02-27

Fixed

v2.3.0

01 Sep 04:06
819c15c
Compare
Choose a tag to compare

[2.3.0] - 2020-08-31

Fixed

  • #PR13 - Remove outputs section from action.yml to resolve error when outputs is empty (via @SleepySysadmin)

Changed

  • Updated docker image to powershell:7.0.3-ubuntu-18.04.

  • Updated PSScriptAnalyzer to 1.19.1.

v2.2.0

01 Jul 04:47
fe1bf81
Compare
Choose a tag to compare

[2.2.0] - 2020-06-30

Fixed

  • #PR8 - Update checkout action to v2 (actions/checkout@v2) (via @alagoutte)

Changed

v2.1.1

15 May 22:38
59d1530
Compare
Choose a tag to compare

[2.1.1] - 2020-05-15

Fixed

  • Fixed reference to warning environment variable (INPUT_FAILONWARNINGS) (via @CrazyCodeUK)

v2.1.0

15 May 22:33
ae5049b
Compare
Choose a tag to compare

[2.1.0] - 2020-05-15

Changed

  • Bumped PSScriptAnalyzer to 1.18.3 (via @alagoutte)

v2.0.0

29 Aug 06:41
889a059
Compare
Choose a tag to compare

[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

16 Jan 06:02
Compare
Choose a tag to compare

[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

14 Jan 23:50
Compare
Choose a tag to compare

[1.2.0] - 2019-01-14

  • Reorganize project so it is compatible with GitHub Marketplace

1.0.1

29 Dec 07:01
Compare
Choose a tag to compare

[1.0.1] - 2018-12-28

Fixed

  • Fix logic and only post a GitHub comment to the PR if issues were found.