Add fetch-depth to checkout step (#12782)

This commit is contained in:
Vince Grassia 2025-01-10 03:50:21 -05:00 committed by GitHub
parent 6ef3e9a076
commit 138e07eaf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -461,6 +461,7 @@ jobs:
- name: Check out main branch
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
ref: main
token: ${{ steps.app-token.outputs.token }}