We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c09db4 commit 77ef5cdCopy full SHA for 77ef5cd
.github/workflows/PSScriptAnalyzer.yml
@@ -5,7 +5,7 @@ jobs:
5
name: Run PSScriptAnalyzer
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
9
- name: lint
10
uses: devblackops/github-action-psscriptanalyzer@master
11
with:
CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
- Updated VMware PowerCLI requirements to v13.2
17
- Updated Sample Reports
18
- Updated CodeQL upload-sarif action requirement to v3
19
+- Updated PSScriptAnalyzer checkout action requirement to v4
20
21
### Fixed
22
0 commit comments