diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 2b46be6..9bb8927 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -15,6 +15,9 @@ jobs: pull-requests: write actions: read steps: + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 https://github.com/actions/checkout + with: + fetch-depth: 0 - uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0 https://github.com/googleapis/release-please-action/commits/main/ name: release-please id: release-please diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5099dc7..17b6b3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,9 @@ jobs: pull-requests: write actions: read steps: + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 https://github.com/actions/checkout + with: + fetch-depth: 0 - uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0 https://github.com/googleapis/release-please-action/commits/main/ name: release-please id: release-please