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
+2
View File
@@ -38,6 +38,7 @@ jobs:
with:
# Check out the trusted code from main for detection
fetch-depth: 0
persist-credentials: false
- name: 'Detect Steering Changes'
id: 'detect'
@@ -102,6 +103,7 @@ jobs:
# This only runs AFTER manual approval
ref: '${{ github.event.pull_request.head.sha }}'
fetch-depth: 0
persist-credentials: false
- name: 'Remove Approval Notification'
# Run even if other steps fail, to ensure we clean up the "Action Required" message