diff --git a/.github/workflows/packer-publish-image.yaml b/.github/workflows/packer-publish-image.yaml index d21e878..881c3d6 100644 --- a/.github/workflows/packer-publish-image.yaml +++ b/.github/workflows/packer-publish-image.yaml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Setup `packer` uses: hashicorp/setup-packer@main @@ -52,7 +52,7 @@ jobs: - name: Log into registry ${{ env.REGISTRY }} if: github.event_name == 'push' - uses: docker/login-action@v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index 5bb1018..97f4f61 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -25,7 +25,7 @@ jobs: uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3 - name: Log into registry ${{ env.REGISTRY }} - uses: docker/login-action@v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}