Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .github/workflows/Automation Master Legacy Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
quality: ${{ steps.quality-step.outputs.results }}
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: inputs.use-oidc == 'true'
with:
client-id: ${{ inputs.oidc-client-id }}
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: inputs.use-oidc == 'true'
with:
client-id: ${{ inputs.oidc-client-id }}
Expand Down Expand Up @@ -464,7 +464,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: inputs.use-oidc == 'true'
with:
client-id: ${{ inputs.oidc-client-id }}
Expand Down Expand Up @@ -596,7 +596,7 @@ jobs:
needs: [validate_skyline_quality_gate,artifact_creation]
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: inputs.use-oidc == 'true'
with:
client-id: ${{ inputs.oidc-client-id }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Automation Master SDK Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
quality: ${{ steps.quality-step.outputs.results }}
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: inputs.use-oidc == 'true'
with:
client-id: ${{ inputs.oidc-client-id }}
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: inputs.use-oidc == 'true'
with:
client-id: ${{ inputs.oidc-client-id }}
Expand Down Expand Up @@ -416,7 +416,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: inputs.use-oidc == 'true'
with:
client-id: ${{ inputs.oidc-client-id }}
Expand Down Expand Up @@ -548,7 +548,7 @@ jobs:
needs: [validate_skyline_quality_gate,artifact_creation]
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: inputs.use-oidc == 'true'
with:
client-id: ${{ inputs.oidc-client-id }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Connector Master Legacy Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
quality: ${{ steps.quality-step.outputs.results }}
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: inputs.use-oidc == 'true'
with:
client-id: ${{ inputs.oidc-client-id }}
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: inputs.use-oidc == 'true'
with:
client-id: ${{ inputs.oidc-client-id }}
Expand Down Expand Up @@ -473,7 +473,7 @@ jobs:
needs: validate_skyline_quality_gate
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: inputs.use-oidc == 'true'
with:
client-id: ${{ inputs.oidc-client-id }}
Expand Down Expand Up @@ -610,7 +610,7 @@ jobs:
needs: [validate_skyline_quality_gate,artifact_creation]
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: inputs.use-oidc == 'true'
with:
client-id: ${{ inputs.oidc-client-id }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Connector Master SDK Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
quality: ${{ steps.quality-step.outputs.results }}
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: inputs.use-oidc == 'true'
with:
client-id: ${{ inputs.oidc-client-id }}
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: inputs.use-oidc == 'true'
with:
client-id: ${{ inputs.oidc-client-id }}
Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: inputs.use-oidc == 'true'
with:
client-id: ${{ inputs.oidc-client-id }}
Expand Down Expand Up @@ -628,7 +628,7 @@ jobs:
needs: [validate_skyline_quality_gate,artifact_creation]
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: inputs.use-oidc == 'true'
with:
client-id: ${{ inputs.oidc-client-id }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/DataMiner App Packages Master Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
needs: check_oidc
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: needs.check_oidc.outputs.use-oidc == 'true'
with:
client-id: ${{ needs.check_oidc.outputs.client-id }}
Expand Down Expand Up @@ -597,7 +597,7 @@ jobs:
needs: [skyline_ci, check_oidc]
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: needs.check_oidc.outputs.use-oidc == 'true'
with:
client-id: ${{ needs.check_oidc.outputs.client-id }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Internal NuGet Solution Master Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
quality: ${{ steps.quality-step.outputs.results }}
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: needs.check_oidc.outputs.use-oidc == 'true'
with:
client-id: ${{ needs.check_oidc.outputs.client-id }}
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
needs: [validate_skyline_quality_gate, check_oidc]
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: needs.check_oidc.outputs.use-oidc == 'true'
with:
client-id: ${{ needs.check_oidc.outputs.client-id }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/NuGet Solution Master Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
quality: ${{ steps.quality-step.outputs.results }}
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: needs.check_oidc.outputs.use-oidc == 'true'
with:
client-id: ${{ needs.check_oidc.outputs.client-id }}
Expand Down Expand Up @@ -395,7 +395,7 @@ jobs:
needs: [validate_skyline_quality_gate, check_oidc]
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: needs.check_oidc.outputs.use-oidc == 'true'
with:
client-id: ${{ needs.check_oidc.outputs.client-id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Update Catalog Details Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
needs: check_oidc
steps:
- name: Azure Login
uses: azure/login@v2
uses: azure/login@v3
if: needs.check_oidc.outputs.use-oidc == 'true'
with:
client-id: ${{ needs.check_oidc.outputs.client-id }}
Expand Down