Skip to content

Commit

Permalink
🐛 Refactor CI/CD workflow and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagoda11 committed Oct 6, 2024
1 parent 745ad52 commit 1041b45
Show file tree
Hide file tree
Showing 4 changed files with 383 additions and 206 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-update-and-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 🚀 Dependency Update and Vulnerability Scan

on:
schedule:
- cron: '0 2 * * *' # Runs daily at 2 AM UTC
- cron: '0 2 * * 5' # Runs every Friday at 2:00 AM UTC
workflow_dispatch: # Allows manual triggering
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# License

MIT License

Copyright (c) 2024 Jagoda Cubrilo
Expand Down
Loading

0 comments on commit 1041b45

Please sign in to comment.