|
92 | 92 |
|
93 | 93 | steps: |
94 | 94 | - name: Checkout Amplify UI |
95 | | - uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017 |
| 95 | + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017 |
96 | 96 | with: |
97 | 97 | # For `pull_request_target`, we want ref to point to `pull_request.head.ref` because `github.ref` |
98 | 98 | # always points to the target branch. |
@@ -360,7 +360,7 @@ jobs: |
360 | 360 | has-changed-packages: ${{ steps.has-rn-changed-packages.outputs.has-changed-packages }} |
361 | 361 | steps: |
362 | 362 | - name: Checkout Amplify UI |
363 | | - uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017 |
| 363 | + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017 |
364 | 364 | with: |
365 | 365 | ref: ${{ inputs.commit }} |
366 | 366 | repository: ${{ inputs.repository }} |
@@ -390,7 +390,7 @@ jobs: |
390 | 390 | NODE_ENV: test |
391 | 391 | steps: |
392 | 392 | - name: Checkout Amplify UI |
393 | | - uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017 |
| 393 | + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017 |
394 | 394 | with: |
395 | 395 | ref: ${{ inputs.commit }} |
396 | 396 | repository: ${{ inputs.repository }} |
@@ -513,7 +513,7 @@ jobs: |
513 | 513 | EMULATOR2_PORT: 5556 |
514 | 514 | steps: |
515 | 515 | - name: Checkout Amplify UI |
516 | | - uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017 |
| 516 | + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017 |
517 | 517 | with: |
518 | 518 | # For `pull_request_target`, we want ref to point to `pull_request.head.ref` because `github.ref` |
519 | 519 | # always points to the target branch. |
@@ -649,7 +649,7 @@ jobs: |
649 | 649 | NODE_ENV: test |
650 | 650 | steps: |
651 | 651 | - name: Checkout Amplify UI |
652 | | - uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017 |
| 652 | + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017 |
653 | 653 | with: |
654 | 654 | ref: ${{ inputs.commit }} |
655 | 655 | repository: ${{ inputs.repository }} |
|
0 commit comments