File tree Expand file tree Collapse file tree 12 files changed +16
-16
lines changed
download-and-publish-test-coverage Expand file tree Collapse file tree 12 files changed +16
-16
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
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}}"
Original file line number Diff line number Diff line change 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'
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 }}
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments