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 }}