Skip to content

Commit 4f2848f

Browse files
Run bin/pin-github-actions.js
1 parent b418f39 commit 4f2848f

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: 'Shopify Security Code Scanner'
22

3-
on: [push]
3+
on: [ push ]
44

55
jobs:
66
Security-Code-Scanner:
7-
uses: shopify/security-code-scanner/.github/workflows/main.yml@main
7+
uses: shopify/security-code-scanner/.github/workflows/main.yml@5f7400975eed0698f96a6f718438353ae643a9d0 # pin@main
88
secrets:
99
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/snapit.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,18 @@ jobs:
2626
- name: Force snapshot changeset
2727
run: "mv .changeset/force-snapshot-build.md.ignore .changeset/force-snapshot-build.md"
2828
- name: Create snapshot version
29-
uses: Shopify/snapit@0c0d2dd62c9b0c94b7d03e1f54e72f18548e7752 # pin to a specific commit
29+
uses: Shopify/snapit@938148c6c89d82cf32e0a377f8f7c0bff39bc989 # pin@main
3030
with:
3131
global_install: 'true'
3232
github_comment_included_packages: '@shopify/cli'
33-
custom_message_suffix: "\n> After installing, validate the version by running just `shopify` in your terminal\n> If the versions don't match, you might have multiple global instances installed.\n> Use `which shopify` to find out which one you are running and uninstall it."
33+
custom_message_suffix: "
34+
35+
> After installing, validate the version by running just `shopify` in your terminal
36+
37+
> If the versions don't match, you might have multiple global instances installed.
38+
39+
> Use `which shopify` to find out which one you are running and uninstall it."
3440
build_script: "pnpm nx run-many --target=bundle --all --skip-nx-cache --output-style=stream"
3541
env:
3642
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3743
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38-

.github/workflows/update-graphql-deps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Update GraphQL Dependencies
33
on:
44
schedule:
55
- cron: '13 0,6,12,18 * * *' # Runs at 00:13, 06:13, 12:13, and 18:13 UTC
6-
workflow_dispatch: # Allows manual triggering from the GitHub UI
6+
workflow_dispatch:
7+
# Allows manual triggering from the GitHub UI
78

89
env:
910
DEBUG: '1'

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

0 commit comments

Comments
 (0)