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 245efba commit 443ab67Copy full SHA for 443ab67
.github/workflows/PSScriptAnalyzer.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
24
- name: 🕵️♂️ Run PSScriptAnalyzer
25
- uses: microsoft/psscriptanalyzer-action@1.1
+ uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f
26
with:
27
# The below set up runs PSScriptAnalyzer to your entire repository and runs some basic security rules.
28
path: .\
0 commit comments