Skip to content

Commit 831b8cf

Browse files
author
Alvaro Muñoz
committed
Bump qlpack versions
1 parent 0f3281c commit 831b8cf

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

ql/lib/codeql/actions/dataflow/FlowSources.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ class EventSource extends RemoteFlowSource {
211211
or
212212
textEvent(context) and flag = "text"
213213
or
214-
repoNameEvent(context) and flag = "repo name"
215-
or
216214
branchEvent(context) and flag = "branch"
217215
or
218216
labelEvent(context) and flag = "label"

ql/lib/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
library: true
33
warnOnImplicitThis: true
44
name: githubsecuritylab/actions-all
5-
version: 0.0.18
5+
version: 0.0.19
66
dependencies:
77
codeql/util: ^0.2.0
88
codeql/yaml: ^0.1.2

ql/src/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
library: false
33
name: githubsecuritylab/actions-queries
4-
version: 0.0.18
4+
version: 0.0.19
55
groups:
66
- actions
77
- queries

0 commit comments

Comments
 (0)