Skip to content

Commit 891ecbe

Browse files
committed
ci: tighten security of checkout action
1 parent 18befbc commit 891ecbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-to-github-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
23+
with:
24+
persist-credentials: false
2325

2426
- name: Set up Node.js
2527
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)