From 3fd85fbd1a960acd7af88347d2fcd107f06e6bce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 16:57:06 +0000 Subject: [PATCH] Bump docker/login-action from 1 to 1.9.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 1.9.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v1.9.0) Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0e264e0..083682c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -34,7 +34,7 @@ jobs: docker run kooldev/phpqa:${{ matrix.version }} local-php-security-checker -help - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v1.9.0 if: github.ref == 'refs/heads/main' && github.repository == 'kool-dev/docker-phpqa' with: username: ${{ secrets.DOCKER_USERNAME }}