From ace0fd9170aaa4f69c13eec3278d31d91f7696f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:01:52 +0000 Subject: [PATCH] chore(deps): pin earthbuild/actions-setup action to c9d6832 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c486b58..6691ae2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: sudo apt-get update sudo apt-get install -y qemu-user-static binfmt-support sudo update-binfmts --display - - uses: earthbuild/actions-setup@main + - uses: earthbuild/actions-setup@c9d6832a530022f94246d1913acc69cecde9029f # main - name: Log in to GitHub Container Registry (non fork only) run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1942dc..78b4874 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: sudo apt-get update sudo apt-get install -y qemu-user-static binfmt-support sudo update-binfmts --display - - uses: earthbuild/actions-setup@main + - uses: earthbuild/actions-setup@c9d6832a530022f94246d1913acc69cecde9029f # main - name: Log in to container registries (non fork only) run: |-