chore: update checkout action configuration in workflows (#26897)

This commit is contained in:
Gal Zahavi
2026-05-12 09:58:37 -07:00
committed by GitHub
parent 07792f98cd
commit 9fe8643552
33 changed files with 76 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ jobs:
with:
ref: '${{ github.event.inputs.ref || github.sha }}'
fetch-depth: 0
persist-credentials: false
- name: 'Install Dependencies'
run: 'npm ci'
- name: 'Build bundle'