We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3281c commit 831b8cfCopy full SHA for 831b8cf
ql/lib/codeql/actions/dataflow/FlowSources.qll
@@ -211,8 +211,6 @@ class EventSource extends RemoteFlowSource {
211
or
212
textEvent(context) and flag = "text"
213
214
- repoNameEvent(context) and flag = "repo name"
215
- or
216
branchEvent(context) and flag = "branch"
217
218
labelEvent(context) and flag = "label"
ql/lib/qlpack.yml
@@ -2,7 +2,7 @@
2
library: true
3
warnOnImplicitThis: true
4
name: githubsecuritylab/actions-all
5
-version: 0.0.18
+version: 0.0.19
6
dependencies:
7
codeql/util: ^0.2.0
8
codeql/yaml: ^0.1.2
ql/src/qlpack.yml
@@ -1,7 +1,7 @@
1
---
library: false
name: githubsecuritylab/actions-queries
groups:
- actions
- queries
0 commit comments