From bbba7a368a3c555e1d740583df5d0249555c26ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:05:12 +0000 Subject: [PATCH] deps: update azure/login action to v1.6.1 --- .github/workflows/cluster_recreate.yml | 2 +- .github/workflows/e2e_simple.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cluster_recreate.yml b/.github/workflows/cluster_recreate.yml index 3677d188d6..d97ff918ea 100644 --- a/.github/workflows/cluster_recreate.yml +++ b/.github/workflows/cluster_recreate.yml @@ -19,7 +19,7 @@ jobs: name: edgelesssys authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - name: Login to Azure - uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7 + uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1 with: creds: ${{ secrets.NUNKI_CI_INFRA_AZURE }} - name: Cleanup .azure dir diff --git a/.github/workflows/e2e_simple.yml b/.github/workflows/e2e_simple.yml index 5c14d46428..f6d17b494e 100644 --- a/.github/workflows/e2e_simple.yml +++ b/.github/workflows/e2e_simple.yml @@ -35,7 +35,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to Azure - uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7 + uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1 with: creds: ${{ secrets.NUNKI_CI_INFRA_AZURE }} - uses: nicknovitski/nix-develop@a2060d116a50b36dfab02280af558e73ab52427d # v1.1.0