We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea83176 commit b9c25a9Copy full SHA for b9c25a9
.github/workflows/security-audit.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false # Continue all jobs even if one fails
17
matrix:
18
- branch: ["main", "v3", "v4"] # List of branches to run the security audit on
+ branch: ["main", "v4"] # List of branches to run the security audit on
19
20
steps:
21
- name: Checkout '${{ matrix.branch }}' branch
0 commit comments