diff --git a/.github/workflows/central_dashboard_angular_oci_publish.yaml b/.github/workflows/central_dashboard_angular_oci_publish.yaml index 6f83e15f..116966cf 100644 --- a/.github/workflows/central_dashboard_angular_oci_publish.yaml +++ b/.github/workflows/central_dashboard_angular_oci_publish.yaml @@ -33,7 +33,7 @@ jobs: - 'releasing/version/VERSION' - name: Login to GHCR - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/central_dashboard_oci_publish.yaml b/.github/workflows/central_dashboard_oci_publish.yaml index 2364c867..5590fb22 100644 --- a/.github/workflows/central_dashboard_oci_publish.yaml +++ b/.github/workflows/central_dashboard_oci_publish.yaml @@ -33,7 +33,7 @@ jobs: - 'releasing/version/VERSION' - name: Login to GHCR - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/kfam_oci_publish.yaml b/.github/workflows/kfam_oci_publish.yaml index 15a9b5e8..7ad4843b 100644 --- a/.github/workflows/kfam_oci_publish.yaml +++ b/.github/workflows/kfam_oci_publish.yaml @@ -35,7 +35,7 @@ jobs: - 'releasing/version/VERSION' - name: Login to GHCR - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/poddefaults_oci_publish.yaml b/.github/workflows/poddefaults_oci_publish.yaml index 63dc555f..68ed8542 100644 --- a/.github/workflows/poddefaults_oci_publish.yaml +++ b/.github/workflows/poddefaults_oci_publish.yaml @@ -33,7 +33,7 @@ jobs: - 'releasing/version/VERSION' - name: Login to GHCR - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/profile_controller_oci_publish.yaml b/.github/workflows/profile_controller_oci_publish.yaml index 8e93607f..42c113c2 100644 --- a/.github/workflows/profile_controller_oci_publish.yaml +++ b/.github/workflows/profile_controller_oci_publish.yaml @@ -33,7 +33,7 @@ jobs: - 'releasing/version/VERSION' - name: Login to GHCR - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ghcr.io username: ${{ github.actor }}