From 7f6f9e9489d20e4a39a9a9db1ac6c570673b669a Mon Sep 17 00:00:00 2001 From: renovate-coveooss <382603+renovate-coveooss[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 04:01:30 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 06433f1..ca4f1de 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -18,10 +18,10 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v2 + uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 with: registry: ghcr.io username: ${{ github.repository_owner }}