We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88b2a8 commit b701e81Copy full SHA for b701e81
1 file changed
.github/workflows/find-vulnerabilities.yml
@@ -16,7 +16,9 @@ jobs:
16
- name: Get the action.yml from the current branch
17
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18
with:
19
- sparse-checkout: action.yml
+ sparse-checkout: |
20
+ action.yml
21
+ scripts/scanpipe.sh
22
sparse-checkout-cone-mode: false
23
persist-credentials: false
24
0 commit comments