diff --git a/.github/workflows/made-for-esphome-review-command.yml b/.github/workflows/made-for-esphome-review-command.yml index 3a0f56b81..bb3682c15 100644 --- a/.github/workflows/made-for-esphome-review-command.yml +++ b/.github/workflows/made-for-esphome-review-command.yml @@ -35,7 +35,7 @@ jobs: # Check out the base repo (default branch, trusted) only to load the # command handler — no PR code is fetched or executed here. - name: Checkout scripts - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: sparse-checkout: | .github/scripts diff --git a/.github/workflows/made-for-esphome-review-feedback.yml b/.github/workflows/made-for-esphome-review-feedback.yml index 55d442787..5b9487a29 100644 --- a/.github/workflows/made-for-esphome-review-feedback.yml +++ b/.github/workflows/made-for-esphome-review-feedback.yml @@ -34,7 +34,7 @@ jobs: # Check out the base repo (default branch, trusted) only to load the # review-posting script — never the PR's code. - name: Checkout scripts - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: sparse-checkout: | .github/scripts diff --git a/.github/workflows/made-for-esphome-review.yml b/.github/workflows/made-for-esphome-review.yml index 76d841595..9c0644cee 100644 --- a/.github/workflows/made-for-esphome-review.yml +++ b/.github/workflows/made-for-esphome-review.yml @@ -36,7 +36,7 @@ jobs: timeout-minutes: 35 steps: - name: Checkout code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: # Check out the PR head (not the merge ref) so the page content is # exactly what the contributor submitted. Full history so the