Skip to content

Commit 00a43ca

Browse files
committed
Fix change requests
1 parent ffa0967 commit 00a43ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/5_codeanalysis_python-vulns.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Python dependency vuln checks'
1+
name: 'Python vulnerability checks'
22
on:
33
workflow_dispatch:
44
schedule:
@@ -14,8 +14,6 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
- run: git fetch --all --prune
18-
1917
- name: Generate dynamic matrix
2018
id: set-matrix
2119
run: |
@@ -31,7 +29,6 @@ jobs:
3129
echo "matrix=$JSON_ARRAY" >> "$GITHUB_OUTPUT"
3230
echo Picked branches: $JSON_ARRAY
3331
34-
3532
checking-py-vulns:
3633
needs: pick-branches
3734
name: Checking Python vulnerabilies

0 commit comments

Comments
 (0)