Merge pull request #11389 from kata-containers/checkout-persist-credentials-false

workflows: Set persist-credentials: false on checkout
This commit is contained in:
Steve Horsman
2025-06-16 09:58:22 +01:00
committed by GitHub
44 changed files with 100 additions and 7 deletions

View File

@@ -64,6 +64,7 @@ jobs:
with:
ref: ${{ inputs.commit-hash }}
fetch-depth: 0
persist-credentials: false
- name: Rebase atop of the latest target branch
run: |