diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 40a68c23..6aeaa2a0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -111,7 +111,7 @@ jobs: uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 - name: Docker login - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -513,7 +513,7 @@ jobs: uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 - name: Login to Docker Hub - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: username: ${{ vars.DOCKER_SOLARWINDS_ORG_LOGIN }} password: ${{ secrets.ENOPS5919_APM_DOCKER_HUB_CI_OAT }} @@ -542,7 +542,7 @@ jobs: load: true - name: Login to Docker Hub - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: username: ${{ vars.ENOPS5919_DOCKER_SCOUT_CI_USER }} password: ${{ secrets.ENOPS5919_DOCKER_SCOUT_CI_PAT }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccb7144b..5d9b259f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -373,7 +373,7 @@ jobs: uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 - name: Login to Docker Hub - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: username: ${{ vars.DOCKER_SOLARWINDS_ORG_LOGIN }} password: ${{ secrets.ENOPS5919_APM_DOCKER_HUB_CI_OAT }} @@ -411,7 +411,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Login to Docker Hub - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: username: ${{ vars.ENOPS5919_DOCKER_SCOUT_CI_USER }} password: ${{ secrets.ENOPS5919_DOCKER_SCOUT_CI_PAT }} @@ -454,7 +454,7 @@ jobs: uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 - name: Login to GitHub Package Registry - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ghcr.io username: ${{ github.actor }}