From 6149cd0fa1299538d750716b46acf59119cb5c1a Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Mon, 12 May 2025 19:30:23 +0900 Subject: [PATCH] feat: echo powershell version in github actions --- .github/workflows/check-audit.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-audit.yml b/.github/workflows/check-audit.yml index 424cae41..cf5269db 100644 --- a/.github/workflows/check-audit.yml +++ b/.github/workflows/check-audit.yml @@ -13,6 +13,9 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 + - name: Check PowerShell version + run: | + $PSVersionTable.PSVersion - name: Run WELA.ps1 audit-settings run: |