diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01949eb..7f07d04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,7 +102,7 @@ jobs: # Enable deployment access (on demand or main branch and version tags only) - name: Login to GitHub Container Registry if: ${{ ( github.event.inputs.deploy_docker == 'true' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') ) }} - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: registry: ${{ steps.set-docker-repo.outputs.REGISTRY }} # Use existing DockerHub credentials present as secrets diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 14f37bb..e8f80a1 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -104,7 +104,7 @@ jobs: # Enable repository access (on main branch and version tags only) - name: Login to GitHub Container Registry if: ${{ ( github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') ) }} - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: registry: ${{ steps.set-docker-repo.outputs.REGISTRY }} # Use existing DockerHub credentials present as secrets