Skip to content

Commit

Permalink
ci: Update scanned tags
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelPull committed Sep 27, 2024
1 parent a387032 commit 7c1d869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-security-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: always()
strategy:
matrix:
tags: ["main", "v2.10.0", "v2.11.0"]
tags: ["main", "v2.15.0", "v2.14.0"]
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
audit-libraries:
strategy:
matrix:
releases: ["main", "v2.10.0", "v2.11.0"]
releases: ["main", "v2.15.0", "v2.14.0"]
runs-on: ubuntu-latest
if: always()
steps:
Expand Down

0 comments on commit 7c1d869

Please sign in to comment.