diff --git a/.github/workflows/age.yml b/.github/workflows/age.yml index 2b841434ef..f599eaa6ff 100644 --- a/.github/workflows/age.yml +++ b/.github/workflows/age.yml @@ -74,7 +74,7 @@ jobs: - name: GitHub login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -82,14 +82,14 @@ jobs: # - name: DockerHub login # if: ${{ github.event_name != 'pull_request' }} -# uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 +# uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 # with: # username: ${{ secrets.DOCKERHUB_USERNAME }} # password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: GitLab login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 with: registry: registry.gitlab.com username: ${{ github.actor }} diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 6128f378d7..d5988e3f23 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -48,7 +48,7 @@ jobs: - name: GitHub login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -56,7 +56,7 @@ jobs: # - name: DockerHub login # if: ${{ github.event_name != 'pull_request' }} -# uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 +# uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 # with: # username: ${{ secrets.DOCKERHUB_USERNAME }} # password: ${{ secrets.DOCKERHUB_PASSWORD }} diff --git a/.github/workflows/ccache.yml b/.github/workflows/ccache.yml index 409c5cccf1..4395fa19ce 100644 --- a/.github/workflows/ccache.yml +++ b/.github/workflows/ccache.yml @@ -62,7 +62,7 @@ jobs: - name: GitHub login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -70,7 +70,7 @@ jobs: # - name: DockerHub login # if: ${{ github.event_name != 'pull_request' }} -# uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 +# uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 # with: # username: ${{ secrets.DOCKERHUB_USERNAME }} # password: ${{ secrets.DOCKERHUB_PASSWORD }} diff --git a/.github/workflows/dive.yml b/.github/workflows/dive.yml index ffb00357a1..e377e7b933 100644 --- a/.github/workflows/dive.yml +++ b/.github/workflows/dive.yml @@ -49,7 +49,7 @@ jobs: - name: GitHub login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -57,7 +57,7 @@ jobs: # - name: DockerHub login # if: ${{ github.event_name != 'pull_request' }} -# uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 +# uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 # with: # username: ${{ secrets.DOCKERHUB_USERNAME }} # password: ${{ secrets.DOCKERHUB_PASSWORD }} diff --git a/.github/workflows/docker-3.0.yml b/.github/workflows/docker-3.0.yml index cd02da42f5..ae11a87068 100644 --- a/.github/workflows/docker-3.0.yml +++ b/.github/workflows/docker-3.0.yml @@ -50,7 +50,7 @@ jobs: - name: GitHub login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/docker-3.1dev.yml b/.github/workflows/docker-3.1dev.yml index e9cbccbddf..d424e55855 100644 --- a/.github/workflows/docker-3.1dev.yml +++ b/.github/workflows/docker-3.1dev.yml @@ -50,7 +50,7 @@ jobs: - name: GitHub login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 3719076257..08d7b8da96 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -49,7 +49,7 @@ jobs: - name: GitHub login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/homefront.yml b/.github/workflows/homefront.yml index 71940bc8ea..c5d1d63ebd 100644 --- a/.github/workflows/homefront.yml +++ b/.github/workflows/homefront.yml @@ -35,7 +35,7 @@ jobs: - name: GitHub login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -43,7 +43,7 @@ jobs: # - name: DockerHub login # if: ${{ github.event_name != 'pull_request' }} -# uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 +# uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 # with: # username: ${{ secrets.DOCKERHUB_USERNAME }} # password: ${{ secrets.DOCKERHUB_PASSWORD }} diff --git a/.github/workflows/nginx-distroless.yml b/.github/workflows/nginx-distroless.yml index 67e8f54219..1224cc36b5 100644 --- a/.github/workflows/nginx-distroless.yml +++ b/.github/workflows/nginx-distroless.yml @@ -49,7 +49,7 @@ jobs: - name: GitHub login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -57,7 +57,7 @@ jobs: # - name: DockerHub login # if: ${{ github.event_name != 'pull_request' }} -# uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 +# uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 # with: # username: ${{ secrets.DOCKERHUB_USERNAME }} # password: ${{ secrets.DOCKERHUB_PASSWORD }} diff --git a/.github/workflows/nginx.yml b/.github/workflows/nginx.yml index ec8c2ee1e5..756a927db1 100644 --- a/.github/workflows/nginx.yml +++ b/.github/workflows/nginx.yml @@ -58,7 +58,7 @@ jobs: - name: GitHub login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -66,7 +66,7 @@ jobs: # - name: DockerHub login # if: ${{ github.event_name != 'pull_request' }} -# uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 +# uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 # with: # username: ${{ secrets.DOCKERHUB_USERNAME }} # password: ${{ secrets.DOCKERHUB_PASSWORD }} diff --git a/.github/workflows/pingcastle.yml b/.github/workflows/pingcastle.yml index dd14a6fa2c..9668708ed7 100644 --- a/.github/workflows/pingcastle.yml +++ b/.github/workflows/pingcastle.yml @@ -40,7 +40,7 @@ jobs: - name: GitHub login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -48,7 +48,7 @@ jobs: # - name: DockerHub login # if: ${{ github.event_name != 'pull_request' }} -# uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 +# uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 # with: # username: ${{ secrets.DOCKERHUB_USERNAME }} # password: ${{ secrets.DOCKERHUB_PASSWORD }} diff --git a/.github/workflows/sslyze.yml b/.github/workflows/sslyze.yml index 420ed655fd..43e6a26c52 100644 --- a/.github/workflows/sslyze.yml +++ b/.github/workflows/sslyze.yml @@ -76,7 +76,7 @@ jobs: - name: GitHub login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -84,14 +84,14 @@ jobs: # - name: DockerHub login # if: ${{ github.event_name != 'pull_request' }} -# uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 +# uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 # with: # username: ${{ secrets.DOCKERHUB_USERNAME }} # password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: GitLab login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 with: registry: registry.gitlab.com username: ${{ github.actor }} diff --git a/.github/workflows/visidata.yml b/.github/workflows/visidata.yml index e9cf8eadd7..84e7b272ee 100644 --- a/.github/workflows/visidata.yml +++ b/.github/workflows/visidata.yml @@ -76,7 +76,7 @@ jobs: - name: GitHub login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -84,14 +84,14 @@ jobs: # - name: DockerHub login # if: ${{ github.event_name != 'pull_request' }} -# uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 +# uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 # with: # username: ${{ secrets.DOCKERHUB_USERNAME }} # password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: GitLab login if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # v1.12.0 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.12.0 with: registry: registry.gitlab.com username: ${{ github.actor }}