diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 682934a975b..85ea7273efa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: runs-on: 'ubuntu-20.04' steps: - name: Checkout Code - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 with: # the pull_request_target event will consider the HEAD of `main` to be the SHA to use. # attempt to use the SHA associated with a pull request and fallback to HEAD of `main` diff --git a/.github/workflows/lint-and-format.yml b/.github/workflows/lint-and-format.yml index ac7844a3e03..aec0ece555d 100644 --- a/.github/workflows/lint-and-format.yml +++ b/.github/workflows/lint-and-format.yml @@ -11,7 +11,7 @@ jobs: runs-on: 'ubuntu-20.04' steps: - name: Checkout Code - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Get Core Dependencies uses: ./.github/workflows/actions/get-core-dependencies diff --git a/.github/workflows/pr-assign.yml b/.github/workflows/pr-assign.yml index 276d2f76cde..848cf82b5c7 100644 --- a/.github/workflows/pr-assign.yml +++ b/.github/workflows/pr-assign.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest if: ${{ !github.event.pull_request.draft && github.event.pull_request.user.type != 'Bot' }} steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.4.0 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.4.0 - uses: ./.github/workflows/actions/auto-request-reviews with: orgReadToken: ${{ secrets.READORG_GITHUB_TOKEN }} diff --git a/.github/workflows/tech-debt-burndown.yml b/.github/workflows/tech-debt-burndown.yml index 7148cfb5428..59525f13ae8 100644 --- a/.github/workflows/tech-debt-burndown.yml +++ b/.github/workflows/tech-debt-burndown.yml @@ -20,13 +20,13 @@ jobs: runs-on: 'ubuntu-20.04' steps: - name: Checkout main - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 with: ref: main if: ${{ matrix.branch == 'main' }} - name: Checkout PR branch - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 with: # the pull_request_target event will consider the HEAD of `main` to be the SHA to use. # attempt to use the SHA associated with a pull request and fallback to HEAD of `main` @@ -58,13 +58,13 @@ jobs: runs-on: 'ubuntu-20.04' steps: - name: Checkout main - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 with: ref: main if: ${{ matrix.branch == 'main' }} - name: Checkout PR branch - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 with: # the pull_request_target event will consider the HEAD of `main` to be the SHA to use. # attempt to use the SHA associated with a pull request and fallback to HEAD of `main` @@ -90,7 +90,7 @@ jobs: runs-on: 'ubuntu-20.04' steps: - name: Checkout current branch - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 with: # the pull_request_target event will consider the HEAD of `main` to be the SHA to use. # attempt to use the SHA associated with a pull request and fallback to HEAD of `main` diff --git a/.github/workflows/test-analysis.yml b/.github/workflows/test-analysis.yml index bf7f05668d6..5f26cbc93c5 100644 --- a/.github/workflows/test-analysis.yml +++ b/.github/workflows/test-analysis.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout Code - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Get Core Dependencies uses: ./.github/workflows/actions/get-core-dependencies diff --git a/.github/workflows/test-browserstack.yml b/.github/workflows/test-browserstack.yml index b7c18522a2d..bb0d21ba8a8 100644 --- a/.github/workflows/test-browserstack.yml +++ b/.github/workflows/test-browserstack.yml @@ -51,7 +51,7 @@ jobs: # GitHub Actions 'concurrency' field as means to block the job until no other tests are running. concurrency: run_browserstack_queue steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 with: ref: ${{ github.event_name == 'pull_request_target' && format('refs/pull/{0}/merge', github.event.number) || '' }} persist-credentials: false diff --git a/.github/workflows/test-bundlers.yml b/.github/workflows/test-bundlers.yml index 57d9854ac00..c1e5cd69709 100644 --- a/.github/workflows/test-bundlers.yml +++ b/.github/workflows/test-bundlers.yml @@ -11,7 +11,7 @@ jobs: runs-on: 'ubuntu-20.04' steps: - name: Checkout Code - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Get Core Dependencies uses: ./.github/workflows/actions/get-core-dependencies diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 1a9442e2d66..a15bd903558 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout Code - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Get Core Dependencies uses: ./.github/workflows/actions/get-core-dependencies diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index 32ce18550a8..7f60a54e405 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout Code - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: Get Core Dependencies uses: ./.github/workflows/actions/get-core-dependencies