Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump azure/login from 1.6.1 to 2.1.1 in /template/workflows/helm/.github/workflows #18

Open
wants to merge 1 commit into
base: david
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# Logs in with your Azure credentials
- name: Azure login
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d #v1 INTENTIONALLY OLD, PLS UPDATE VIA DEPENDABOT
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a #v1 INTENTIONALLY OLD, PLS UPDATE VIA DEPENDABOT
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand All @@ -83,7 +83,7 @@ jobs:

# Logs in with your Azure credentials
- name: Azure login
uses: azure/login@6b2456866fc08b011acb422a92a4aa20e2c4de32 #v2.1.0
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a #v2.1.1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down