Skip to content

Commit 443ab67

Browse files
authored
Upgrade PSScriptAnalyzer action version
1 parent 245efba commit 443ab67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PSScriptAnalyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: 🕵️‍♂️ Run PSScriptAnalyzer
25-
uses: microsoft/psscriptanalyzer-action@1.1
25+
uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f
2626
with:
2727
# The below set up runs PSScriptAnalyzer to your entire repository and runs some basic security rules.
2828
path: .\

0 commit comments

Comments
 (0)