Skip to content

Commit c9e5dbd

Browse files
knewbury01Copilot
andauthored
Update actions/ql/lib/ext/config/poisonable_steps.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a342efc commit c9e5dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/ql/lib/ext/config/poisonable_steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ extensions:
7272
- ["(python[\\d\\.]*)\\s+([^\\s]+)\\.py\\b", 2]
7373
- ["(python[\\d\\.]*)\\s+([\\-m]+)\\s+(\\w+)\\b", 2] # eg: pythonX -m anything(dir or file)
7474
- ["(ruby)\\s+([^\\s]+)\\.rb\\b", 2]
75-
- ["(go)\\s+(generate|run)\\s+([^\\s]+)", 3]
75+
- ["(go)\\s+(generate|run)(?:\\s+-[^\\s]+)*\\s+([^\\s]+)", 3]
7676
- ["(dotnet)\\s+([^\\s]+)\\.csproj\\b", 2]

0 commit comments

Comments
 (0)