From f3414b83a640168b5eff81e957f0bec13efb774b Mon Sep 17 00:00:00 2001 From: Andy Pixley <3723676+pixman20@users.noreply.github.com> Date: Mon, 30 Jun 2025 16:30:24 -0400 Subject: [PATCH] [BRE-831] Removing unused azure login id --- .github/workflows/_move_finalization_db_scripts.yml | 2 -- .github/workflows/build.yml | 5 ----- .github/workflows/cleanup-after-pr.yml | 1 - .github/workflows/cleanup-rc-branch.yml | 1 - .github/workflows/code-references.yml | 1 - .github/workflows/publish.yml | 1 - .github/workflows/repository-management.yml | 2 -- .github/workflows/scan.yml | 2 -- 8 files changed, 15 deletions(-) diff --git a/.github/workflows/_move_finalization_db_scripts.yml b/.github/workflows/_move_finalization_db_scripts.yml index 5ecb539c69..33d828fef7 100644 --- a/.github/workflows/_move_finalization_db_scripts.yml +++ b/.github/workflows/_move_finalization_db_scripts.yml @@ -20,7 +20,6 @@ jobs: copy_finalization_scripts: ${{ steps.check-finalization-scripts-existence.outputs.copy_finalization_scripts }} steps: - name: Log in to Azure - id: azure-login uses: bitwarden/gh-actions/azure-login@main with: subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} @@ -107,7 +106,6 @@ jobs: echo "moved_files=$moved_files" >> $GITHUB_OUTPUT - name: Log in to Azure - id: azure-login uses: bitwarden/gh-actions/azure-login@main with: subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a417de3d8..7c170f1188 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -173,7 +173,6 @@ jobs: ########## ACRs ########## - name: Log in to Azure - id: azure-login uses: bitwarden/gh-actions/azure-login@main with: subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} @@ -303,7 +302,6 @@ jobs: uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0 - name: Log in to Azure - id: azure-login uses: bitwarden/gh-actions/azure-login@main with: subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} @@ -508,7 +506,6 @@ jobs: id-token: write steps: - name: Log in to Azure - id: azure-login uses: bitwarden/gh-actions/azure-login@main with: subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} @@ -550,7 +547,6 @@ jobs: id-token: write steps: - name: Log in to Azure - id: azure-login uses: bitwarden/gh-actions/azure-login@main with: subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} @@ -622,7 +618,6 @@ jobs: run: exit 1 - name: Log in to Azure - id: azure-login uses: bitwarden/gh-actions/azure-login@main with: subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} diff --git a/.github/workflows/cleanup-after-pr.yml b/.github/workflows/cleanup-after-pr.yml index b50ddb28d3..e39bf8ea3a 100644 --- a/.github/workflows/cleanup-after-pr.yml +++ b/.github/workflows/cleanup-after-pr.yml @@ -15,7 +15,6 @@ jobs: id-token: write steps: - name: Log in to Azure - id: azure-login uses: bitwarden/gh-actions/azure-login@main with: subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} diff --git a/.github/workflows/cleanup-rc-branch.yml b/.github/workflows/cleanup-rc-branch.yml index c314bb38da..5c74284423 100644 --- a/.github/workflows/cleanup-rc-branch.yml +++ b/.github/workflows/cleanup-rc-branch.yml @@ -14,7 +14,6 @@ jobs: id-token: write steps: - name: Log in to Azure - id: azure-login uses: bitwarden/gh-actions/azure-login@main with: subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} diff --git a/.github/workflows/code-references.yml b/.github/workflows/code-references.yml index 97068fa59e..75e0c43306 100644 --- a/.github/workflows/code-references.yml +++ b/.github/workflows/code-references.yml @@ -39,7 +39,6 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Log in to Azure - id: azure-login uses: bitwarden/gh-actions/azure-login@main with: subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2c8c0d2176..444c2289d1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -116,7 +116,6 @@ jobs: ########## ACR PROD ########## - name: Log in to Azure - id: azure-login uses: bitwarden/gh-actions/azure-login@main with: subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} diff --git a/.github/workflows/repository-management.yml b/.github/workflows/repository-management.yml index e7b586fa8f..2d75cbcb4a 100644 --- a/.github/workflows/repository-management.yml +++ b/.github/workflows/repository-management.yml @@ -59,7 +59,6 @@ jobs: steps: - name: Log in to Azure - id: azure-login uses: bitwarden/gh-actions/azure-login@main with: subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} @@ -184,7 +183,6 @@ jobs: steps: - name: Log in to Azure - id: azure-login uses: bitwarden/gh-actions/azure-login@main with: subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 4d89bedec3..eb72867fc4 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -40,7 +40,6 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Log in to Azure - id: azure-login uses: bitwarden/gh-actions/azure-login@main with: subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} @@ -108,7 +107,6 @@ jobs: run: dotnet tool install dotnet-sonarscanner -g - name: Log in to Azure - id: azure-login uses: bitwarden/gh-actions/azure-login@main with: subscription_id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}