Skip to content

Commit ee88c4f

Browse files
committed
ci: harden dependency review workflow
1 parent 85bc0cd commit ee88c4f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dependency-review.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
30+
with:
31+
persist-credentials: false
3032
- name: 'Dependency Review'
3133
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4
3234
# Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options.

0 commit comments

Comments
 (0)