diff --git a/.github/workflows/build-and-pusblish-mcr.yml b/.github/workflows/build-and-pusblish-mcr.yml index 35e4561d..38a17c25 100644 --- a/.github/workflows/build-and-pusblish-mcr.yml +++ b/.github/workflows/build-and-pusblish-mcr.yml @@ -37,7 +37,7 @@ jobs: # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 + uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0 - name: Login the ACR run: | az login --identity diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89eb4af7..45704fbe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 + uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0 - name: Docker meta id: daemon # you'll use this in the next step uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1