Skip to content

Commit

Permalink
Update diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Jan 26, 2024
1 parent 8123673 commit 8a7c408
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 11 deletions.
23 changes: 20 additions & 3 deletions doc/images/dependencies_update_process.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,30 @@ note right
end note
if(vulnerable dependencies found?) then (yes)
group **dependencies_update.yml** workflow
group PK **update-dependencies**
:Increment project version;
note right
GitHub Workflow
generated by PK
end note
:Run PK **update-dependencies** as Maven plugin;
group PK **update-dependencies**
note right
Implement
in PK
end note
if(latest version already released?)
:Increment project version;
endif
:Update dependencies;
:Generate changelog;
:Run PK fix;
end group
:Create pull request;
:Send notification;
note right
Needs information about
issues & vulnerabilities
end note
:Send Slack notification
for success and failure;
end group
else (no)
stop
Expand Down
Loading

0 comments on commit 8a7c408

Please sign in to comment.