From dd39df54e376c6b4486091c250c71a941715187d Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Thu, 15 Jan 2026 12:14:25 +0100 Subject: [PATCH] Update snapit version --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/workflow-cleaner.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 084cec73a7b..fefaf646a54 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -59,7 +59,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@f47c8e6a9bd05ef3ee422fc8d8663be7fe4bdc61 # v3 + uses: github/codeql-action/init@4bdb89f48054571735e3792627da6195c57459e2 # v3 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -87,6 +87,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f47c8e6a9bd05ef3ee422fc8d8663be7fe4bdc61 # v3 + uses: github/codeql-action/analyze@4bdb89f48054571735e3792627da6195c57459e2 # v3 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d5ceac66a3..7d32d024e8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: - name: Force snapshot changeset run: "mv .changeset/force-snapshot-build.md.ignore .changeset/force-snapshot-build.md" - name: Create snapshot version - uses: Shopify/snapit@8dacdbe980a7628cf65d9b1d838ee7103450c6b8 # 8dacdbe980a7628cf65d9b1d838ee7103450c6b8 + uses: Shopify/snapit@05253a195cc870a9eb6519f5e1f9a98ffd54431f # registry-and-package-manager with: global_install: 'true' github_comment_included_packages: '@shopify/cli' diff --git a/.github/workflows/workflow-cleaner.yml b/.github/workflows/workflow-cleaner.yml index 4e1f4e74b0c..49f09a92012 100644 --- a/.github/workflows/workflow-cleaner.yml +++ b/.github/workflows/workflow-cleaner.yml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete workflow runs - uses: Mattraks/delete-workflow-runs@5bf9a1dac5c4d041c029f0a8370ddf0c5cb5aeb7 # v2 + uses: Mattraks/delete-workflow-runs@bd2822c9d98065c9766fb1f4bbc32325c47de4fb # v2 with: token: ${{ github.token }} repository: ${{ github.repository }}