Skip to content

Commit 8176c80

Browse files
authored
ci(workflows): disable actions/checkout credential persistance (#278)
1 parent 3857f6a commit 8176c80

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- name: Checkout repository
2929
uses: actions/checkout@v5
30+
with:
31+
persist-credentials: false
3032

3133
# Initializes the CodeQL tools for scanning.
3234
- name: Initialize CodeQL

.github/workflows/deploy.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
3030
uses: actions/checkout@v5
31+
with:
32+
persist-credentials: false
3133
- name: Build
3234
uses: actions/setup-node@v4
3335
with:

0 commit comments

Comments
 (0)