diff --git a/.github/workflows/codecoverage-main.yml b/.github/workflows/codecoverage-main.yml index 9f77ec299..6cfba4fd4 100644 --- a/.github/workflows/codecoverage-main.yml +++ b/.github/workflows/codecoverage-main.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 # attempting to get all branch names. @@ -65,7 +65,7 @@ jobs: # commit_message: "🤖 Creating gh-pages branch" - name: Checkout GitHub Pages branch for code coverage report - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: ref: gh-pages path: gh-pages diff --git a/.github/workflows/lint-check-php.yml b/.github/workflows/lint-check-php.yml index 38857954b..2376aa724 100644 --- a/.github/workflows/lint-check-php.yml +++ b/.github/workflows/lint-check-php.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 # User PHP 7.4 here for compatibility with the WordPress codesniffer rules. - name: Setup PHP diff --git a/.github/workflows/lint-check-spa.yml b/.github/workflows/lint-check-spa.yml index 89d288aad..a043eaf07 100644 --- a/.github/workflows/lint-check-spa.yml +++ b/.github/workflows/lint-check-spa.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 # Install Node and npm - name: Setup Node.js