Skip to content

Commit 84e3454

Browse files
Update snapit version
1 parent 761a464 commit 84e3454

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
# Initializes the CodeQL tools for scanning.
6161
- name: Initialize CodeQL
62-
uses: github/codeql-action/init@4bdb89f48054571735e3792627da6195c57459e2 # v3
62+
uses: github/codeql-action/init@ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a # v3
6363
with:
6464
languages: ${{ matrix.language }}
6565
build-mode: ${{ matrix.build-mode }}
@@ -87,6 +87,6 @@ jobs:
8787
exit 1
8888
8989
- name: Perform CodeQL Analysis
90-
uses: github/codeql-action/analyze@4bdb89f48054571735e3792627da6195c57459e2 # v3
90+
uses: github/codeql-action/analyze@ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a # v3
9191
with:
9292
category: "/language:${{matrix.language}}"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Force snapshot changeset
6060
run: "mv .changeset/force-snapshot-build.md.ignore .changeset/force-snapshot-build.md"
6161
- name: Create snapshot version
62-
uses: Shopify/snapit@ee98df3a4a2b221fc3f06d56b9a6b60996613102 # registry-and-package-manager
62+
uses: Shopify/snapit@0fec17dd6a0ae66f2672738dc8086f394218436c # registry-and-package-manager
6363
with:
6464
comment_is_global: 'true'
6565
comment_packages: '@shopify/cli'
@@ -99,7 +99,7 @@ jobs:
9999
node-version: 24.12.0
100100
- name: Create Release Pull Request
101101
id: changesets
102-
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1
102+
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1
103103
with:
104104
version: pnpm changeset-manifests
105105
title: Version Packages - ${{ github.ref_name }}

.github/workflows/workflow-cleaner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Delete workflow runs
51-
uses: Mattraks/delete-workflow-runs@bd2822c9d98065c9766fb1f4bbc32325c47de4fb # v2
51+
uses: Mattraks/delete-workflow-runs@b3018382ca039b53d238908238bd35d1fb14f8ee # v2
5252
with:
5353
token: ${{ github.token }}
5454
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)