Skip to content

build(deps): bump actions/checkout from 4.2.0 to 4.2.2 (#2325) #2200

build(deps): bump actions/checkout from 4.2.0 to 4.2.2 (#2325)

build(deps): bump actions/checkout from 4.2.0 to 4.2.2 (#2325) #2200

Workflow file for this run

name: Run PSScriptAnalyzer
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
analyze:
runs-on: ubuntu-22.04
steps:
- name: Run PS script analyzer
uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f
with:
path: .\
recurse: true
output: results.sarif
excludeRule: '"PSUseSingularNouns"'