Skip to content

Commit

Permalink
Update PSScriptAnalyzer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SamErde authored Sep 22, 2024
1 parent abd7fe7 commit 40b9896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PSScriptAnalyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
name: PSScriptAnalyzer
name: 🕵️‍♂️ PSScriptAnalyzer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Run PSScriptAnalyzer
- name: 🕵️‍♂️ Run PSScriptAnalyzer
uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f
with:
# Check https://github.com/microsoft/action-psscriptanalyzer for more info about the options.
Expand All @@ -41,7 +41,7 @@ jobs:
output: results.sarif

# Upload the SARIF file generated in the previous step
- name: Upload SARIF results file
- name: ⬆️ Upload SARIF results file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif

0 comments on commit 40b9896

Please sign in to comment.