From fc5ba8f5e97923d68907a7ffe4c937990899d1d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:30:17 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/packer-publish-image.yaml | 4 ++-- .github/workflows/publish-image.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/packer-publish-image.yaml b/.github/workflows/packer-publish-image.yaml index e439ee3..7a8a783 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 cab75b9..1c0b99f 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -25,14 +25,14 @@ jobs: uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # 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 }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 with: push: ${{ github.event_name == 'push' }} tags: |