Skip to content

Commit 1e65e20

Browse files
Merge pull request #6713 from Shopify/update-pinned-actions
Update pinned actions
2 parents bcac47f + 5da7e03 commit 1e65e20

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed

.github/actions/download-and-publish-test-coverage/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ runs:
1919
continue-on-error: true
2020
id: download-artifact
2121
# We use this action and not Github's default, due to https://github.com/actions/download-artifact/issues/3
22-
uses: dawidd6/action-download-artifact@e6e25ac3a2b93187502a8be1ef9e9603afc34925 # pin@v2.24.2
22+
uses: dawidd6/action-download-artifact@e6e25ac3a2b93187502a8be1ef9e9603afc34925 # v2.24.2
2323
with:
2424
workflow: shopify-cli.yml
2525
workflow_conclusion: success
2626
branch: ${{ inputs.base-branch-name }}
2727
name: ${{ env.SAFE_BASE_REF_NAME }}--coverage-report
2828
if_no_artifact_found: ignore
29-
- uses: ArtiomTr/jest-coverage-report-action@df2b025553c31d68f84be6337843e277e2576844 # pin@v2.2.1
29+
- uses: ArtiomTr/jest-coverage-report-action@df2b025553c31d68f84be6337843e277e2576844 # v2.2.1
3030
id: coverage
3131
with:
3232
annotations: none
3333
output: report-markdown
3434
coverage-file: './report.json'
3535
base-coverage-file: './baseline-report.json'
3636
threshold: 0
37-
- uses: marocchino/sticky-pull-request-comment@fcf6fe9e4a0409cd9316a5011435be0f3327f1e1 # pin@v2.3.1
37+
- uses: marocchino/sticky-pull-request-comment@fcf6fe9e4a0409cd9316a5011435be0f3327f1e1 # v2.3.1
3838
with:
3939
message: ${{ steps.coverage.outputs.report }}

.github/actions/setup-cli-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
git config --global user.name "App Management"
1414
shell: bash
1515
- name: Install pnpm
16-
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # pin@v4.0.0
16+
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
1717
with:
1818
version: ${{ env.PNPM_VERSION }}
1919
run_install: false

.github/workflows/changelog-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !github.event.pull_request.draft }}
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: mskelton/changelog-reminder-action@7039cd14fb784c0a2b37f6e7a6ade2c9148c2245 # pin@v2
13+
- uses: mskelton/changelog-reminder-action@7039cd14fb784c0a2b37f6e7a6ade2c9148c2245 # v2
1414
with:
1515
changelogRegex: \.changeset
1616
message: |

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
)
1818
|| (github.event.pull_request && !github.event.pull_request.merged)
1919
steps:
20-
- uses: Shopify/shopify-cla-action@9938f4b43524d1cfa7471ce9a803edf226697284 # pin@v1
20+
- uses: Shopify/shopify-cla-action@9938f4b43524d1cfa7471ce9a803edf226697284 # v1
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
cla-token: ${{ secrets.CLA_TOKEN }}

.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@dd746615b3b9d728a6a37ca2045b68ca76d4841a # pin@v3
62+
uses: github/codeql-action/init@f47c8e6a9bd05ef3ee422fc8d8663be7fe4bdc61 # 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@dd746615b3b9d728a6a37ca2045b68ca76d4841a # pin@v3
90+
uses: github/codeql-action/analyze@f47c8e6a9bd05ef3ee422fc8d8663be7fe4bdc61 # 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@8dacdbe980a7628cf65d9b1d838ee7103450c6b8
62+
uses: Shopify/snapit@8dacdbe980a7628cf65d9b1d838ee7103450c6b8 # 8dacdbe980a7628cf65d9b1d838ee7103450c6b8
6363
with:
6464
global_install: 'true'
6565
github_comment_included_packages: '@shopify/cli'
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
node-version: 24.12.0
101101
- name: Create Release Pull Request
102-
uses: changesets/action@e9cc34b540dd3ad1b030c57fd97269e8f6ad905a # pin@v1
102+
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1
103103
with:
104104
version: pnpm changeset-manifests
105105
title: Version Packages - ${{ github.ref_name }}

.github/workflows/tests-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
SHOPIFY_CLI_PARTNERS_TOKEN: ${{ secrets.SHOPIFY_CLI_PARTNERS_TOKEN }}
6767
run: pnpm nx run features:test
6868
- name: Send Slack notification on failure
69-
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # pin@v1.23.0
69+
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0
7070
if: ${{ failure() && !cancelled() }}
7171
with:
7272
payload: |

.github/workflows/tests-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ jobs:
6666
run: pnpm test:features --output-style=stream
6767
- name: Setup tmate session
6868
if: ${{ failure() && inputs.debug-enabled }}
69-
uses: mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48 # pin@v3
69+
uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3
7070
with:
7171
limit-access-to-actor: true

.github/workflows/tests-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
working-directory: workspace
241241
id: type-diff
242242
run: pnpm nx run type-diff
243-
- uses: marocchino/sticky-pull-request-comment@fcf6fe9e4a0409cd9316a5011435be0f3327f1e1 # pin@v2.3.1
243+
- uses: marocchino/sticky-pull-request-comment@fcf6fe9e4a0409cd9316a5011435be0f3327f1e1 # v2.3.1
244244
if: steps.type-diff.outputs.report != ''
245245
with:
246246
header: Type-diff

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

0 commit comments

Comments
 (0)