Skip to content

Commit 731889b

Browse files
author
Alvaro Muñoz
committed
Bump qlpack versions
1 parent d15dc68 commit 731889b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

ql/lib/codeql/actions/security/SelfHostedQuery.qll

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ predicate staticallyIdentifiedSelfHostedRunner(Job job) {
3838
*/
3939
predicate dynamicallyIdentifiedSelfHostedRunner(Job job) {
4040
exists(string runner_info |
41-
workflowDataModel(job.getEnclosingWorkflow().getLocation().getFile().getRelativePath(),
42-
"public", job.getId(), _, _, runner_info) and
41+
repositoryDataModel("public", _) and
42+
workflowDataModel(job.getEnclosingWorkflow().getLocation().getFile().getRelativePath(), _,
43+
job.getId(), _, _, runner_info) and
4344
runner_info.indexOf("self-hosted:true") > 0
4445
)
4546
}

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.24
5+
version: 0.0.25
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.24
4+
version: 0.0.25
55
groups:
66
- actions
77
- queries

0 commit comments

Comments
 (0)