From 4f7625c1a9b2e83ae2bd1ebc62ad41247d8743a8 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Thu, 9 Jul 2026 02:44:11 +0200 Subject: [PATCH] Bump PSModule/GitHub-Script from 1.7.10 to 1.9.0 --- .github/workflows/Action-Test.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index 366492f..580c4f0 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -174,6 +174,6 @@ jobs: persist-credentials: false - name: Aggregated Status - uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10 + uses: PSModule/GitHub-Script@8083ec1f733f00357ee4d0db0c6056686e483bc0 # v1.9.0 with: Script: tests/Get-AggregatedStatus.ps1 diff --git a/action.yml b/action.yml index 18bd49d..8759594 100644 --- a/action.yml +++ b/action.yml @@ -248,7 +248,7 @@ runs: using: composite steps: - name: Get-TestPaths - uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10 + uses: PSModule/GitHub-Script@8083ec1f733f00357ee4d0db0c6056686e483bc0 # v1.9.0 id: paths env: PSMODULE_INVOKE_SCRIPTANALYZER_INPUT_Path: ${{ inputs.Path }}