diff --git a/.github/workflows/ats.publish.yml b/.github/workflows/ats.publish.yml index faf929855..4c1e05e4f 100644 --- a/.github/workflows/ats.publish.yml +++ b/.github/workflows/ats.publish.yml @@ -37,7 +37,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: ref: ${{ github.ref }} fetch-depth: 0 @@ -93,7 +93,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: ref: ${{ github.ref }} fetch-depth: 0 diff --git a/.github/workflows/ats.release.yml b/.github/workflows/ats.release.yml index 19ef010ee..d017b6e49 100644 --- a/.github/workflows/ats.release.yml +++ b/.github/workflows/ats.release.yml @@ -33,7 +33,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: # Use GitHub App token to bypass branch protection token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ats.test.yml b/.github/workflows/ats.test.yml index 5a3c7cdac..8d398d532 100644 --- a/.github/workflows/ats.test.yml +++ b/.github/workflows/ats.test.yml @@ -54,7 +54,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Setup NodeJS Environment uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 diff --git a/.github/workflows/changeset-check.yml b/.github/workflows/changeset-check.yml index b50461362..b3c53347e 100644 --- a/.github/workflows/changeset-check.yml +++ b/.github/workflows/changeset-check.yml @@ -27,7 +27,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: fetch-depth: 0 # Ensure we have the develop branch for comparison diff --git a/.github/workflows/mp.publish.yml b/.github/workflows/mp.publish.yml index bbda2fc8d..c810f89e8 100644 --- a/.github/workflows/mp.publish.yml +++ b/.github/workflows/mp.publish.yml @@ -37,7 +37,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: ref: ${{ github.ref }} fetch-depth: 0 diff --git a/.github/workflows/mp.release.yml b/.github/workflows/mp.release.yml index 78942e87d..a7746d2b6 100644 --- a/.github/workflows/mp.release.yml +++ b/.github/workflows/mp.release.yml @@ -33,7 +33,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: # Use GitHub App token to bypass branch protection token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/mp.test.yml b/.github/workflows/mp.test.yml index c80dae155..9b48e927a 100644 --- a/.github/workflows/mp.test.yml +++ b/.github/workflows/mp.test.yml @@ -54,7 +54,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Setup NodeJS Environment uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0