diff --git a/.github/workflows/pfi-exemplar-container-image.yaml b/.github/workflows/pfi-exemplar-container-image.yaml index 1b9aa6aa..7d606471 100644 --- a/.github/workflows/pfi-exemplar-container-image.yaml +++ b/.github/workflows/pfi-exemplar-container-image.yaml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v3 - name: Log in to the container registry - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/vc-to-dwn-server-container-image.yml b/.github/workflows/vc-to-dwn-server-container-image.yml index 57965691..d347e2a9 100644 --- a/.github/workflows/vc-to-dwn-server-container-image.yml +++ b/.github/workflows/vc-to-dwn-server-container-image.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v3 - name: Log in to the container registry - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: registry: ghcr.io username: ${{ github.actor }}