Skip to content

Commit cee561b

Browse files
chore(deps): bump actions/checkout (#6683)
Bumps [actions/checkout](https://github.com/actions/checkout) from b80ff79f1755d06ba70441c368a6fe801f5f3a62 to ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@b80ff79...ff7abcd) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Sober <[email protected]>
1 parent 8ef14fc commit cee561b

15 files changed

+30
-30
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
language: [javascript]
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
20+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
2121

2222
- name: Initialize CodeQL
2323
uses: github/codeql-action/init@423a04bb2cb7cd2643007122588f1387778f14d0 # v3.24.9 https://github.com/github/codeql-action/commit/423a04bb2cb7cd2643007122588f1387778f14d0

.github/workflows/create-hotfix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repo
14-
uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
14+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
1515
with:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0

.github/workflows/label-new-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ISSUE_NUMBER: ${{ github.event.issue.number }}
2121
REPOSITORY_NAME: ${{ github.event.repository.full_name }}
2222
steps:
23-
- uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
23+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
2424
- name: Add pending-triage label
2525
shell: bash
2626
# run bash script to sanitize issue number and add label

.github/workflows/publish-hotfix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
has-changesets: ${{ steps.has-changesets.outputs.has-changesets }}
2222
steps:
2323
- name: Checkout repo
24-
uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
24+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
2525
with:
2626
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2727
fetch-depth: 0
@@ -72,7 +72,7 @@ jobs:
7272
if: ${{ needs.setup.outputs.has-changesets != 'true' }}
7373
steps:
7474
- name: Checkout repo
75-
uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
75+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
7676
with:
7777
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
7878
fetch-depth: 0
@@ -109,7 +109,7 @@ jobs:
109109
HEAD_BRANCH: "hotfix"
110110
steps:
111111
- name: Checkout repo
112-
uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
112+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
113113
# Check if hotfix -> main PR already exists
114114
- name: Check for existing PR
115115
id: check-pr

.github/workflows/publish-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
has-changesets: ${{ steps.has-changesets.outputs.has-changesets }}
2222
steps:
2323
- name: Checkout repo
24-
uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
24+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
2525
with:
2626
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2727
fetch-depth: 0
@@ -67,7 +67,7 @@ jobs:
6767
if: ${{ needs.setup.outputs.has-changesets != 'true' }}
6868
steps:
6969
- name: Checkout repo
70-
uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
70+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
7171
with:
7272
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
7373
fetch-depth: 0

.github/workflows/receive-fork-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
(github.event.pull_request.base.ref == 'main')
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
20+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
2121
# This is intended to pass commit id, base_sha, and pr number to run-e2e-on-fork workflow.
2222
# Reference: https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
2323
- name: Save commit ID, base sha, and pull request number

.github/workflows/reusable-build-system-test-react-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
EMULATOR_PORT: 5554
114114
steps:
115115
- name: Checkout Amplify UI
116-
uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
116+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
117117
with:
118118
persist-credentials: false
119119
- name: Setup Node.js ${{ matrix.node-version }} with ${{ matrix.pkg-manager }}

.github/workflows/reusable-build-system-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
steps:
9393
- name: Checkout Amplify UI
94-
uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
94+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
9595
with:
9696
persist-credentials: false
9797
- name: Setup Node.js ${{ matrix.node-version }} with ${{ matrix.pkg-manager }}

.github/workflows/reusable-e2e.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
steps:
9494
- 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
9696
with:
9797
# For `pull_request_target`, we want ref to point to `pull_request.head.ref` because `github.ref`
9898
# always points to the target branch.
@@ -360,7 +360,7 @@ jobs:
360360
has-changed-packages: ${{ steps.has-rn-changed-packages.outputs.has-changed-packages }}
361361
steps:
362362
- 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
364364
with:
365365
ref: ${{ inputs.commit }}
366366
repository: ${{ inputs.repository }}
@@ -390,7 +390,7 @@ jobs:
390390
NODE_ENV: test
391391
steps:
392392
- 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
394394
with:
395395
ref: ${{ inputs.commit }}
396396
repository: ${{ inputs.repository }}
@@ -513,7 +513,7 @@ jobs:
513513
EMULATOR2_PORT: 5556
514514
steps:
515515
- 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
517517
with:
518518
# For `pull_request_target`, we want ref to point to `pull_request.head.ref` because `github.ref`
519519
# always points to the target branch.
@@ -649,7 +649,7 @@ jobs:
649649
NODE_ENV: test
650650
steps:
651651
- 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
653653
with:
654654
ref: ${{ inputs.commit }}
655655
repository: ${{ inputs.repository }}

.github/workflows/reusable-setup-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout Amplify UI
20-
uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
20+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
2121
with:
2222
ref: ${{ inputs.commit }}
2323
repository: ${{ inputs.repository }}

0 commit comments

Comments
 (0)