ci: add persist-credentials: false to checkouts (#7964)

This commit is contained in:
Ville Vesilehto
2026-03-24 19:29:48 +02:00
committed by GitHub
parent 31e16025ef
commit b7948f1bac
7 changed files with 19 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
ref: ${{ github.event.inputs.commit }}
persist-credentials: false
- name: Set up info
run: |
set -x -e