diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index b3ceaf0e..281fcef2 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Create issue on error uses: JasonEtco/create-an-issue@v2 with: diff --git a/.github/workflows/cherry-pick.yml b/.github/workflows/cherry-pick.yml index 91d47619..1ed65b4a 100644 --- a/.github/workflows/cherry-pick.yml +++ b/.github/workflows/cherry-pick.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout ampproject/amphtml - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: repository: ampproject/amphtml fetch-depth: 0 @@ -84,7 +84,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Create issue on error uses: JasonEtco/create-an-issue@v2 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a193c3b5..1496584c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: fetch-depth: 0 diff --git a/.github/workflows/post-promote-tasks.yml b/.github/workflows/post-promote-tasks.yml index a2cb9342..ddfe739a 100644 --- a/.github/workflows/post-promote-tasks.yml +++ b/.github/workflows/post-promote-tasks.yml @@ -22,7 +22,7 @@ jobs: calendar: ${{ steps.get-tasks.outputs.calendar }} tagger: ${{ steps.get-tasks.outputs.tagger }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: fetch-depth: 0 @@ -98,7 +98,7 @@ jobs: issues: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Create issue on error uses: JasonEtco/create-an-issue@v2 with: diff --git a/.github/workflows/promote-beta-experimental-opt-in.yml b/.github/workflows/promote-beta-experimental-opt-in.yml index 2f7843df..44ad4642 100644 --- a/.github/workflows/promote-beta-experimental-opt-in.yml +++ b/.github/workflows/promote-beta-experimental-opt-in.yml @@ -36,7 +36,7 @@ jobs: outputs: fixes: ${{ steps.get-fixes.outputs.fixes }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: actions/setup-node@v4 with: @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Create issue on error uses: JasonEtco/create-an-issue@v2 with: diff --git a/.github/workflows/promote-reusable-workflow.yml b/.github/workflows/promote-reusable-workflow.yml index a24aa2bc..c888322f 100644 --- a/.github/workflows/promote-reusable-workflow.yml +++ b/.github/workflows/promote-reusable-workflow.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Set Up Node uses: actions/setup-node@v4 @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Create issue on error uses: JasonEtco/create-an-issue@v2 with: diff --git a/.github/workflows/qa-approval.yml b/.github/workflows/qa-approval.yml index 973a2aed..582eb3d4 100644 --- a/.github/workflows/qa-approval.yml +++ b/.github/workflows/qa-approval.yml @@ -9,7 +9,7 @@ jobs: if: startsWith(github.event.pull_request.head.ref, 'promote-job-stable') || startsWith(github.event.pull_request.head.ref, 'promote-job-beta-experimental-traffic') runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: actions/setup-node@v4 with: diff --git a/.github/workflows/sync-client-side-experiments-to-cdn.yml b/.github/workflows/sync-client-side-experiments-to-cdn.yml index 461a68f2..38f716f3 100644 --- a/.github/workflows/sync-client-side-experiments-to-cdn.yml +++ b/.github/workflows/sync-client-side-experiments-to-cdn.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: fetch-depth: 1 @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Create issue on error uses: JasonEtco/create-an-issue@v2 with: diff --git a/.github/workflows/sync-versions-to-cdn.yml b/.github/workflows/sync-versions-to-cdn.yml index eebe62db..b2b71715 100644 --- a/.github/workflows/sync-versions-to-cdn.yml +++ b/.github/workflows/sync-versions-to-cdn.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: fetch-depth: 1 @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Create issue on error uses: JasonEtco/create-an-issue@v2 with: