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

@@ -28,6 +28,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1