Skip to content

Commit 8b9d273

Browse files
dependabot[bot]CopilotMariusStorhaug
authored
Bumps azure/login from v2.2.0 to v2.3.0 (#70)
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@1384c34 # v2 # After uses: Azure/login@a457da9 # v2.3.0 ``` <!-- START COPILOT CODING AGENT TIPS --> --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com> Co-authored-by: Marius Storhaug <marstor@hotmail.com>
1 parent 413d904 commit 8b9d273

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.github/workflows/TestWorkflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ jobs:
568568
persist-credentials: false
569569
# Login to Azure to enable KeyVault access
570570
- name: Login to Azure
571-
uses: azure/login@1384c340ab2dda50fed2bee3041d1d87018aa5e8 # v2
571+
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
572572
with:
573573
client-id: ${{ vars.AZURE_CLIENT_ID }}
574574
tenant-id: ${{ vars.AZURE_TENANT_ID }}
@@ -618,7 +618,7 @@ jobs:
618618
persist-credentials: false
619619
# Login to Azure to enable KeyVault access
620620
- name: Login to Azure
621-
uses: azure/login@1384c340ab2dda50fed2bee3041d1d87018aa5e8 # v2
621+
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
622622
with:
623623
client-id: ${{ vars.AZURE_CLIENT_ID }}
624624
tenant-id: ${{ vars.AZURE_TENANT_ID }}

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ To get started with your own GitHub PowerShell based action, [create a new repos
88

99
### Inputs
1010

11-
| Name | Description | Required | Default |
12-
|--------------------|---------------------------------------------------------------------------|----------|-----------------------|
13-
| `Name` | The name of the action. | false | `GitHub-Script` |
14-
| `Script` | The script to run. Can be inline, multi-line, or a path to a script file. | false | |
15-
| `Token` | Log in using an Installation Access Token (IAT). | false | `${{ github.token }}` |
16-
| `ClientID` | Log in using a GitHub App, with the App's Client ID and Private Key. | false | |
17-
| `PrivateKey` | Log in using a GitHub App, with the App's Client ID and Private Key. | false | |
18-
| `KeyVaultKeyReference` | Log in using a GitHub App, with the App's Client ID and KeyVault Key Reference. | false | |
19-
| `Debug` | Enable debug output for the whole action. | false | `'false'` |
20-
| `Verbose` | Enable verbose output for the whole action. | false | `'false'` |
21-
| `Version` | Specifies the exact version of the GitHub module to install. | false | |
22-
| `Prerelease` | Allow prerelease versions if available. | false | `'false'` |
23-
| `ErrorView` | Configure the PowerShell `$ErrorView` variable. You can use full names ('NormalView', 'CategoryView', 'ConciseView', 'DetailedView'). It matches on partials. | false | `'NormalView'` |
24-
| `ShowInfo` | Show information about the environment. | false | `'true'` |
25-
| `ShowInit` | Show information about the initialization. | false | `'false'` |
26-
| `ShowOutput` | Show the script's output. | false | `'false'` |
27-
| `WorkingDirectory` | The working directory where the script runs. | false | `'.'` |
28-
| `PreserveCredentials` | Preserve credentials after script execution. If false, disconnects GitHub contexts and CLI using Disconnect-GitHubAccount. | false | `'true'` |
11+
| Name | Description | Required | Default |
12+
|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|-----------------------|
13+
| `Name` | The name of the action. | false | `GitHub-Script` |
14+
| `Script` | The script to run. Can be inline, multi-line, or a path to a script file. | false | |
15+
| `Token` | Log in using an Installation Access Token (IAT). | false | `${{ github.token }}` |
16+
| `ClientID` | Log in using a GitHub App, with the App's Client ID and Private Key. | false | |
17+
| `PrivateKey` | Log in using a GitHub App, with the App's Client ID and Private Key. | false | |
18+
| `KeyVaultKeyReference` | Log in using a GitHub App, with the App's Client ID and KeyVault Key Reference. | false | |
19+
| `Debug` | Enable debug output for the whole action. | false | `'false'` |
20+
| `Verbose` | Enable verbose output for the whole action. | false | `'false'` |
21+
| `Version` | Specifies the exact version of the GitHub module to install. | false | |
22+
| `Prerelease` | Allow prerelease versions if available. | false | `'false'` |
23+
| `ErrorView` | Configure the PowerShell `$ErrorView` variable. You can use full names ('NormalView', 'CategoryView', 'ConciseView', 'DetailedView'). It matches on partials. | false | `'NormalView'` |
24+
| `ShowInfo` | Show information about the environment. | false | `'true'` |
25+
| `ShowInit` | Show information about the initialization. | false | `'false'` |
26+
| `ShowOutput` | Show the script's output. | false | `'false'` |
27+
| `WorkingDirectory` | The working directory where the script runs. | false | `'.'` |
28+
| `PreserveCredentials` | Preserve credentials after script execution. If false, disconnects GitHub contexts and CLI using Disconnect-GitHubAccount. | false | `'true'` |
2929

3030
### Outputs
3131

0 commit comments

Comments
 (0)