Skip to content

Commit d46b57b

Browse files
ci: add persist-credentials: false to checkout step
Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent 4a70dc4 commit d46b57b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
steps:
2929
- name: Checkout repository
3030
uses: actions/checkout@v4
31+
with:
32+
persist-credentials: false
3133

3234
- name: Initialize CodeQL
3335
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)