File tree Expand file tree Collapse file tree 4 files changed +19
-5
lines changed
Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 2.2.0] - 2020-06-30
9+
10+ ### Fixed
11+
12+ - [ ** #PR8** ] ( https://github.com/devblackops/github-action-psscriptanalyzer/pull/8 ) - Update checkout action to v2 (` actions/checkout@v2 ` ) (via [ @alagoutte ] ( https://github.com/alagoutte ) )
13+
14+ ### Changed
15+
16+ - [ ** #PR10** ] ( https://github.com/devblackops/github-action-psscriptanalyzer/pull/10 ) - Updated PSScriptAnalyzer to ` 1.19.0 ` (via [ @alagoutte ] ( https://github.com/alagoutte ) )
17+
18+ - [ ** #PR7** ] ( https://github.com/devblackops/github-action-psscriptanalyzer/pull/7 ) - Updated PSScriptAnalyzer to ` 1.19.0 ` (via [ @alagoutte ] ( https://github.com/alagoutte ) )
19+
20+ - [ ** #PR6** ] ( https://github.com/devblackops/github-action-psscriptanalyzer/pull/6 ) - Updated PowerShell Docker iamge to ` 7.0.1 ` (via [ @alagoutte ] ( https://github.com/alagoutte ) )
21+
822## [ 2.1.1] - 2020-05-15
923
1024### Fixed
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ LABEL "com.github.actions.icon"="check-square"
1010LABEL "com.github.actions.color" ="green"
1111
1212LABEL "name" = "github-action-psscriptanalyzer"
13- LABEL "version" = "2.0 .0"
13+ LABEL "version" = "2.2 .0"
1414LABEL "repository" = "https://github.com/devblackops/github-action-psscriptanalyzer"
1515LABEL "homepage" = "https://github.com/PowerShell/PSScriptAnalyzer"
1616LABEL "maintainer" = "Brandon Olin <brandon@devblackops.io>"
Original file line number Diff line number Diff line change 7272 steps:
7373 - uses: actions/checkout@v2
7474 - name: lint
75- uses: docker://devblackops/github-action-psscriptanalyzer:2.0 .0
75+ uses: docker://devblackops/github-action-psscriptanalyzer:2.2 .0
7676 with:
7777 repoToken: ${{ secrets.GITHUB_TOKEN }}
7878` ` `
9494
9595
9696[github-actions-badge] : https://github.com/devblackops/github-action-psscriptanalyzer/workflows/CI/badge.svg
97- [github-actions-build] : https://github.com/devblackops/github-action-psscriptanalyzer/actions
97+ [github-actions-build] : https://github.com/devblackops/github-action-psscriptanalyzer/actions
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ task Init {
77 $script :dockerAcct = ' devblackops'
88 $script :imageName = $env: BHProjectName
99 $script :dockerRepo = " $dockerAcct /$imageName "
10- $script :version = ' 2.0 .0'
10+ $script :version = ' 2.2 .0'
1111}
1212
1313task Build - depends Init {
@@ -32,4 +32,4 @@ task Push -depends Build, Login {
3232task ? {
3333 ' Available tasks:'
3434 $psake.context.Peek ().Tasks.Keys | Sort-Object
35- }
35+ }
You can’t perform that action at this time.
0 commit comments