1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

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

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 }}