Skip to content

Commit f49a092

Browse files
dependabot[bot]odinr
authored andcommitted
chore(deps): bump azure/login from 3.0.0 to 3.0.1
Bumps [azure/login](https://github.com/azure/login) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@v3...v3.0.1) --- updated-dependencies: - dependency-name: azure/login dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d22882 commit f49a092

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Azure login (Marketplace publisher identity)
115115
if: steps.check.outputs.should-publish == 'true'
116-
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43
116+
uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca
117117
with:
118118
client-id: ${{ vars.AZURE_CLIENT_ID }}
119119
tenant-id: ${{ vars.AZURE_TENANT_ID }}

.github/workflows/index-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
fi
101101
102102
- name: Azure login (OIDC)
103-
uses: azure/login@v3
103+
uses: azure/login@v3.0.1
104104
with:
105105
client-id: ${{ vars.FUSION_AI_SP_CLIENT_ID }}
106106
tenant-id: 3aa4a235-b6e2-48d5-9195-7fcf05b459b0

.github/workflows/marketplace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
environment: vs-marketplace
1010
steps:
11-
- uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43
11+
- uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca
1212
with:
1313
client-id: ${{ vars.AZURE_CLIENT_ID }}
1414
tenant-id: ${{ vars.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)