From 90adc4a2c55a30862ce21794b537c245b40d97cd Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:10:33 +0200 Subject: [PATCH] chore(deps): update docker/login-action digest to 465a078 (#407) Co-authored-by: anaconda-renovate[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 4 ++-- .github/workflows/miniconda_debian_ci.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index b3adcc8c..401f9f68 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index addce876..b0a98cf8 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index d201b784..f5e47d5a 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -21,14 +21,14 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 65b4a5a7..519e09d4 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -23,14 +23,14 @@ jobs: submodules: true - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/main' with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/main' with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index e8671ce9..2d17d229 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Login to DockerHub - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }}