ci(workflows): disable actions/checkout credential persistance (#596)

This commit is contained in:
Claas Augner
2025-10-13 09:57:47 +02:00
committed by GitHub
parent 4045ef571e
commit 4f437218d9

View File

@@ -29,6 +29,8 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
persist-credentials: false
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL