Skip to content

Commit 00cd44a

Browse files
Merge pull request #6763 from Shopify/fix-snapit
Fix snapit workflow
2 parents 74d445b + dd39df5 commit 00cd44a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.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@f47c8e6a9bd05ef3ee422fc8d8663be7fe4bdc61 # v3
62+
uses: github/codeql-action/init@4bdb89f48054571735e3792627da6195c57459e2 # 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@f47c8e6a9bd05ef3ee422fc8d8663be7fe4bdc61 # v3
90+
uses: github/codeql-action/analyze@4bdb89f48054571735e3792627da6195c57459e2 # v3
9191
with:
9292
category: "/language:${{matrix.language}}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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@8dacdbe980a7628cf65d9b1d838ee7103450c6b8 # 8dacdbe980a7628cf65d9b1d838ee7103450c6b8
62+
uses: Shopify/snapit@05253a195cc870a9eb6519f5e1f9a98ffd54431f # registry-and-package-manager
6363
with:
6464
global_install: 'true'
6565
github_comment_included_packages: '@shopify/cli'

.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@5bf9a1dac5c4d041c029f0a8370ddf0c5cb5aeb7 # v2
51+
uses: Mattraks/delete-workflow-runs@bd2822c9d98065c9766fb1f4bbc32325c47de4fb # v2
5252
with:
5353
token: ${{ github.token }}
5454
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)