From fa0ebbe805eb8018019cad8e4108321dac947adc Mon Sep 17 00:00:00 2001 From: deepshekhardas Date: Sat, 18 Jul 2026 11:10:43 +0530 Subject: [PATCH] ci: pin calibreapp/image-actions to a full commit SHA --- .github/workflows/calibreapp-image-actions-dispatch.yml | 2 +- .github/workflows/calibreapp-image-actions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/calibreapp-image-actions-dispatch.yml b/.github/workflows/calibreapp-image-actions-dispatch.yml index ead60ca537921..582b84d68d2da 100644 --- a/.github/workflows/calibreapp-image-actions-dispatch.yml +++ b/.github/workflows/calibreapp-image-actions-dispatch.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Compress Images id: calibre - uses: calibreapp/image-actions@main + uses: calibreapp/image-actions@e9858fbe00fd2463e64f4501a7fc8fa521bb0c53 # v1.0.0 with: githubToken: ${{ secrets.GITHUB_TOKEN }} compressOnly: true diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index 69240f5ca6d0a..0d00edfe5b458 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Compress Images - uses: calibreapp/image-actions@main + uses: calibreapp/image-actions@e9858fbe00fd2463e64f4501a7fc8fa521bb0c53 # v1.0.0 with: githubToken: ${{ secrets.PANKOD_BOT_TOKEN }} commit-message: "doc(compress): compressed images"