Skip to content

Commit 873193c

Browse files
Bump Azure/login from 2 to 3 (#4025)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f96ef44 commit 873193c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/demo-preview-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: preview
2424

2525
steps:
26-
- uses: Azure/login@v2
26+
- uses: Azure/login@v3
2727
with:
2828
# excluding a client secret here will cause a login via OpenID Connect (OIDC),
2929
# which prevents us from having to rotate client credentials, etc

.github/workflows/demo-preview-destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
PR_NUMBER: ${{ github.event.number || github.event.inputs.PR_NUMBER }}
2828

2929
steps:
30-
- uses: Azure/login@v2
30+
- uses: Azure/login@v3
3131
with:
3232
# excluding a client secret here will cause a login via OpenID Connect (OIDC),
3333
# which prevents us from having to rotate client credentials, etc

.github/workflows/demo-production-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
AZURE_ACR_PASSWORD: ${{ secrets.AZURE_ACR_PASSWORD }}
3030
run: echo $AZURE_ACR_PASSWORD | docker login primer.azurecr.io --username GitHubActions --password-stdin
31-
- uses: Azure/login@v2
31+
- uses: Azure/login@v3
3232
with:
3333
# excluding a client secret here will cause a login via OpenID Connect (OIDC),
3434
# which prevents us from having to rotate client credentials, etc
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
gem install bundler -v '~> 2.3'
8282
bundle install --jobs 4 --retry 3 --gemfile demo/gemfiles/kuby.gemfile --path vendor/bundle
83-
- uses: Azure/login@v2
83+
- uses: Azure/login@v3
8484
with:
8585
# excluding a client secret here will cause a login via OpenID Connect (OIDC),
8686
# which prevents us from having to rotate client credentials, etc

.github/workflows/preview-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
AZURE_ACR_PASSWORD: ${{ secrets.AZURE_ACR_PASSWORD }}
6060
run: echo $AZURE_ACR_PASSWORD | docker login primer.azurecr.io --username GitHubActions --password-stdin
61-
- uses: Azure/login@v2
61+
- uses: Azure/login@v3
6262
with:
6363
# excluding a client secret here will cause a login via OpenID Connect (OIDC),
6464
# which prevents us from having to rotate client credentials, etc

0 commit comments

Comments
 (0)