diff --git a/.github/workflows/Automation Master Legacy Workflow.yml b/.github/workflows/Automation Master Legacy Workflow.yml index 05d8d92..d137029 100644 --- a/.github/workflows/Automation Master Legacy Workflow.yml +++ b/.github/workflows/Automation Master Legacy Workflow.yml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} diff --git a/.github/workflows/Automation Master SDK Workflow.yml b/.github/workflows/Automation Master SDK Workflow.yml index b6debb4..92aa35a 100644 --- a/.github/workflows/Automation Master SDK Workflow.yml +++ b/.github/workflows/Automation Master SDK Workflow.yml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} diff --git a/.github/workflows/Connector Master Legacy Workflow.yml b/.github/workflows/Connector Master Legacy Workflow.yml index 956b744..b4386f1 100644 --- a/.github/workflows/Connector Master Legacy Workflow.yml +++ b/.github/workflows/Connector Master Legacy Workflow.yml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} diff --git a/.github/workflows/Connector Master SDK Workflow.yml b/.github/workflows/Connector Master SDK Workflow.yml index 7778dc8..ba7d77c 100644 --- a/.github/workflows/Connector Master SDK Workflow.yml +++ b/.github/workflows/Connector Master SDK Workflow.yml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} diff --git a/.github/workflows/DataMiner App Packages Master Workflow.yml b/.github/workflows/DataMiner App Packages Master Workflow.yml index 0bb171d..d31971e 100644 --- a/.github/workflows/DataMiner App Packages Master Workflow.yml +++ b/.github/workflows/DataMiner App Packages Master Workflow.yml @@ -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 }} @@ -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 }} diff --git a/.github/workflows/Internal NuGet Solution Master Workflow.yml b/.github/workflows/Internal NuGet Solution Master Workflow.yml index 008a678..8498662 100644 --- a/.github/workflows/Internal NuGet Solution Master Workflow.yml +++ b/.github/workflows/Internal NuGet Solution Master Workflow.yml @@ -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 }} @@ -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 }} diff --git a/.github/workflows/NuGet Solution Master Workflow.yml b/.github/workflows/NuGet Solution Master Workflow.yml index 4aef429..0a86750 100644 --- a/.github/workflows/NuGet Solution Master Workflow.yml +++ b/.github/workflows/NuGet Solution Master Workflow.yml @@ -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 }} @@ -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 }} diff --git a/.github/workflows/Update Catalog Details Workflow.yml b/.github/workflows/Update Catalog Details Workflow.yml index af96953..8a39e06 100644 --- a/.github/workflows/Update Catalog Details Workflow.yml +++ b/.github/workflows/Update Catalog Details Workflow.yml @@ -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 }}