From 80a6538484ade27e948cba1cca73d78a0f36c608 Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Tue, 29 Oct 2024 18:51:48 +0100 Subject: [PATCH] Updating static-code-analysis-this-repo to use the issue branch version of the workflow --- .github/workflows/static-code-analysis-this-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-code-analysis-this-repo.yml b/.github/workflows/static-code-analysis-this-repo.yml index 24b523b..00a15e9 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@dev + uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@issue/INFRA-164 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.