From 8e459d147f3fb39f01e783b43136801ada85a541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:28:07 +0000 Subject: [PATCH 1/3] Bump azure/login Bumps [azure/login](https://github.com/azure/login) from 1384c340ab2dda50fed2bee3041d1d87018aa5e8 to a457da9ea143d694b1b9c7c869ebb04ebe844ef5. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/1384c340ab2dda50fed2bee3041d1d87018aa5e8...a457da9ea143d694b1b9c7c869ebb04ebe844ef5) --- updated-dependencies: - dependency-name: azure/login dependency-version: a457da9ea143d694b1b9c7c869ebb04ebe844ef5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/TestWorkflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TestWorkflow.yml b/.github/workflows/TestWorkflow.yml index 7d86ce2..627eebf 100644 --- a/.github/workflows/TestWorkflow.yml +++ b/.github/workflows/TestWorkflow.yml @@ -568,7 +568,7 @@ jobs: persist-credentials: false # Login to Azure to enable KeyVault access - name: Login to Azure - uses: azure/login@1384c340ab2dda50fed2bee3041d1d87018aa5e8 # v2 + uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2 with: client-id: ${{ vars.AZURE_CLIENT_ID }} tenant-id: ${{ vars.AZURE_TENANT_ID }} @@ -618,7 +618,7 @@ jobs: persist-credentials: false # Login to Azure to enable KeyVault access - name: Login to Azure - uses: azure/login@1384c340ab2dda50fed2bee3041d1d87018aa5e8 # v2 + uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2 with: client-id: ${{ vars.AZURE_CLIENT_ID }} tenant-id: ${{ vars.AZURE_TENANT_ID }} From dff9b1609920e84e066907a5f2052343ef99821d Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Dec 2025 10:05:29 +0100 Subject: [PATCH 2/3] Bump azure/login from v2.2.0 to v2.3.0 (#72) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [azure/login](https://github.com/azure/login) from v2.2.0 to v2.3.0. ## Changes - Updated version comment to use patch-level semver (`# v2.3.0` instead of `# v2`) - Updated PR title and description to reference semver versions ```yaml # Before uses: azure/login@1384c340ab2dda50fed2bee3041d1d87018aa5e8 # v2 # After uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0 ``` --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com> --- .github/workflows/TestWorkflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TestWorkflow.yml b/.github/workflows/TestWorkflow.yml index 627eebf..46e1100 100644 --- a/.github/workflows/TestWorkflow.yml +++ b/.github/workflows/TestWorkflow.yml @@ -568,7 +568,7 @@ jobs: persist-credentials: false # Login to Azure to enable KeyVault access - name: Login to Azure - uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2 + uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0 with: client-id: ${{ vars.AZURE_CLIENT_ID }} tenant-id: ${{ vars.AZURE_TENANT_ID }} @@ -618,7 +618,7 @@ jobs: persist-credentials: false # Login to Azure to enable KeyVault access - name: Login to Azure - uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2 + uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0 with: client-id: ${{ vars.AZURE_CLIENT_ID }} tenant-id: ${{ vars.AZURE_TENANT_ID }} From 976e900639c1dec0587d40b7e11a20faac7de332 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Dec 2025 11:28:32 +0100 Subject: [PATCH 3/3] Bump azure/login from v2.2.0 to v2.3.0 (#73) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates `azure/login` action and fixes markdown linting issues. ## Changes - **azure/login**: v2.2.0 → v2.3.0 with full semver in version comment - **README.md**: Fix MD060 table column alignment in Inputs table ```yaml # Before uses: azure/login@1384c340ab2dda50fed2bee3041d1d87018aa5e8 # v2 # After uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0 ``` --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com> --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index d1adf3c..0c26407 100644 --- a/README.md +++ b/README.md @@ -8,24 +8,24 @@ To get started with your own GitHub PowerShell based action, [create a new repos ### Inputs -| Name | Description | Required | Default | -|--------------------|---------------------------------------------------------------------------|----------|-----------------------| -| `Name` | The name of the action. | false | `GitHub-Script` | -| `Script` | The script to run. Can be inline, multi-line, or a path to a script file. | false | | -| `Token` | Log in using an Installation Access Token (IAT). | false | `${{ github.token }}` | -| `ClientID` | Log in using a GitHub App, with the App's Client ID and Private Key. | false | | -| `PrivateKey` | Log in using a GitHub App, with the App's Client ID and Private Key. | false | | -| `KeyVaultKeyReference` | Log in using a GitHub App, with the App's Client ID and KeyVault Key Reference. | false | | -| `Debug` | Enable debug output for the whole action. | false | `'false'` | -| `Verbose` | Enable verbose output for the whole action. | false | `'false'` | -| `Version` | Specifies the exact version of the GitHub module to install. | false | | -| `Prerelease` | Allow prerelease versions if available. | false | `'false'` | -| `ErrorView` | Configure the PowerShell `$ErrorView` variable. You can use full names ('NormalView', 'CategoryView', 'ConciseView', 'DetailedView'). It matches on partials. | false | `'NormalView'` | -| `ShowInfo` | Show information about the environment. | false | `'true'` | -| `ShowInit` | Show information about the initialization. | false | `'false'` | -| `ShowOutput` | Show the script's output. | false | `'false'` | -| `WorkingDirectory` | The working directory where the script runs. | false | `'.'` | -| `PreserveCredentials` | Preserve credentials after script execution. If false, disconnects GitHub contexts and CLI using Disconnect-GitHubAccount. | false | `'true'` | +| Name | Description | Required | Default | +|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|-----------------------| +| `Name` | The name of the action. | false | `GitHub-Script` | +| `Script` | The script to run. Can be inline, multi-line, or a path to a script file. | false | | +| `Token` | Log in using an Installation Access Token (IAT). | false | `${{ github.token }}` | +| `ClientID` | Log in using a GitHub App, with the App's Client ID and Private Key. | false | | +| `PrivateKey` | Log in using a GitHub App, with the App's Client ID and Private Key. | false | | +| `KeyVaultKeyReference` | Log in using a GitHub App, with the App's Client ID and KeyVault Key Reference. | false | | +| `Debug` | Enable debug output for the whole action. | false | `'false'` | +| `Verbose` | Enable verbose output for the whole action. | false | `'false'` | +| `Version` | Specifies the exact version of the GitHub module to install. | false | | +| `Prerelease` | Allow prerelease versions if available. | false | `'false'` | +| `ErrorView` | Configure the PowerShell `$ErrorView` variable. You can use full names ('NormalView', 'CategoryView', 'ConciseView', 'DetailedView'). It matches on partials. | false | `'NormalView'` | +| `ShowInfo` | Show information about the environment. | false | `'true'` | +| `ShowInit` | Show information about the initialization. | false | `'false'` | +| `ShowOutput` | Show the script's output. | false | `'false'` | +| `WorkingDirectory` | The working directory where the script runs. | false | `'.'` | +| `PreserveCredentials` | Preserve credentials after script execution. If false, disconnects GitHub contexts and CLI using Disconnect-GitHubAccount. | false | `'true'` | ### Outputs