Skip to content

Commit dbf326b

Browse files
committed
Pinning.
1 parent fff0128 commit dbf326b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ jobs:
2121
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
2222
steps:
2323
- name: checkout repo
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
25+
with:
26+
persist-credentials: false
2527

2628
- name: setup node
27-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
2830
with:
2931
node-version-file: '.nvmrc'
3032

0 commit comments

Comments
 (0)