We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85bc0cd commit ee88c4fCopy full SHA for ee88c4f
1 file changed
.github/workflows/dependency-review.yml
@@ -27,6 +27,8 @@ jobs:
27
steps:
28
- name: 'Checkout repository'
29
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
30
+ with:
31
+ persist-credentials: false
32
- name: 'Dependency Review'
33
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4
34
# Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options.
0 commit comments