From 641fd2d097f8c01983847a4bc3d9ad86c2a87f26 Mon Sep 17 00:00:00 2001 From: ildyria Date: Sun, 19 Apr 2026 11:26:49 +0200 Subject: [PATCH] Pin dependencies --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release-dev-version.yml | 6 +++--- .github/workflows/release-productive-version.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0894cd..d402aa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 - name: Available platforms run: echo ${{ steps.buildx.outputs.platforms }} - name: Install Podman @@ -29,7 +29,7 @@ jobs: with: ref: ${{ github.ref }} - name: Login to Docker Hub - uses: docker/login-action@v1 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/release-dev-version.yml b/.github/workflows/release-dev-version.yml index 2fe1e2c..6eace8f 100644 --- a/.github/workflows/release-dev-version.yml +++ b/.github/workflows/release-dev-version.yml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 - name: Available platforms run: echo ${{ steps.buildx.outputs.platforms }} - name: Install Podman @@ -28,7 +28,7 @@ jobs: with: ref: ${{ github.ref }} - name: Login to Docker Hub - uses: docker/login-action@v1 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/release-productive-version.yml b/.github/workflows/release-productive-version.yml index cfab7ad..cb525dd 100644 --- a/.github/workflows/release-productive-version.yml +++ b/.github/workflows/release-productive-version.yml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 - name: Available platforms run: echo ${{ steps.buildx.outputs.platforms }} - name: Install Podman @@ -28,7 +28,7 @@ jobs: with: ref: ${{ github.ref }} - name: Login to Docker Hub - uses: docker/login-action@v1 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}