Skip to content

Commit

Permalink
Reverting issue branch references for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jul 3, 2024
1 parent 733e8d0 commit f299b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-code-analysis-this-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f299b97

Please sign in to comment.