Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit 0c0cbc7

Browse files
committed
ci(workflows): disable actions/checkout credential persistance
1 parent ea2f6c0 commit 0c0cbc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
steps:
3939
- name: Checkout repository
4040
uses: actions/checkout@v4
41+
with:
42+
persist-credentials: false
4143

4244
# Initializes the CodeQL tools for scanning.
4345
- name: Initialize CodeQL

0 commit comments

Comments
 (0)