Skip to content

Commit

Permalink
Update dependency-updates.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jan 23, 2025
1 parent 42cfb57 commit b1040f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dependency-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
git ls-remote --tags https://github.com/crowdsecurity/cs-nginx-bouncer \
| cut -d/ -f3 \
| sort -V \
| grep -v rc \
| tail -1 \
| sed -E "s/\^\{\}//"
)"
Expand All @@ -45,6 +46,7 @@ jobs:
git ls-remote --tags https://github.com/coreruleset/coreruleset \
| cut -d/ -f3 \
| sort -V \
| grep -v rc \
| tail -1 \
| sed -E "s/\^\{\}//"
)"
Expand Down

0 comments on commit b1040f8

Please sign in to comment.