diff --git a/.github/workflows/static-code-analysis-this-repo.yml b/.github/workflows/static-code-analysis-this-repo.yml index a5a0c8e..2188010 100644 --- a/.github/workflows/static-code-analysis-this-repo.yml +++ b/.github/workflows/static-code-analysis-this-repo.yml @@ -10,7 +10,7 @@ on: jobs: powershell-static-code-analysis: name: PowerShell Static Code Analysis - uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@issue/OSOE-875 + uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@dev with: # Making sure that analysis runs through both PowerShell editions regardless of the default configuration of the # workflow and the underlying action to ensure backwards-compatibility. diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index a74fc24..d4b0d04 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -79,7 +79,7 @@ jobs: token: ${{ secrets.CHECKOUT_TOKEN }} - name: PowerShell Static Code Analysis - uses: Lombiq/PowerShell-Analyzers/.github/actions/static-code-analysis@issue/OSOE-875 + uses: Lombiq/PowerShell-Analyzers/.github/actions/static-code-analysis@dev with: run-windows-powershell: ${{ inputs.run-windows-powershell }} run-powershell-core: ${{ inputs.run-powershell-core }}