You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/cli-go-codeql.yml
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,16 @@ name: "CodeQL"
13
13
14
14
on:
15
15
pull_request:
16
+
paths:
17
+
- apps/cli-go/**
16
18
merge_group:
19
+
paths:
20
+
- apps/cli-go/**
17
21
push:
18
22
branches:
19
23
- develop
24
+
paths:
25
+
- apps/cli-go/**
20
26
21
27
jobs:
22
28
analyze:
@@ -72,12 +78,12 @@ jobs:
72
78
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
73
79
# queries: security-extended,security-and-quality
74
80
75
-
# If the analyze step fails for one of the languages you are analyzing with
76
-
# "We were unable to automatically build your code", modify the matrix above
77
-
# to set the build mode to "manual" for that language. Then modify this step
78
-
# to build your code.
79
-
# ℹ️ Command-line programs to run using the OS shell.
80
-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
81
+
# If the analyze step fails for one of the languages you are analyzing with
82
+
# "We were unable to automatically build your code", modify the matrix above
83
+
# to set the build mode to "manual" for that language. Then modify this step
84
+
# to build your code.
85
+
# ℹ️ Command-line programs to run using the OS shell.
86
+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
echo "PR adds $added files under apps/cli-e2e/fixtures/"
54
-
if [ "$added" -gt 250 ]; then
55
-
echo "::error ::PR adds $added fixture files (>250). The recorder probably captured polling traffic or per-container interactions — re-record with a clean recorded/ directory and verify the count drops below the cap."
0 commit comments