Bump qlpack versions

This commit is contained in:
Alvaro Muñoz
2024-05-15 21:29:51 +02:00
parent d15dc68e43
commit 731889bf88
3 changed files with 5 additions and 4 deletions

View File

@@ -38,8 +38,9 @@ predicate staticallyIdentifiedSelfHostedRunner(Job job) {
*/
predicate dynamicallyIdentifiedSelfHostedRunner(Job job) {
exists(string runner_info |
workflowDataModel(job.getEnclosingWorkflow().getLocation().getFile().getRelativePath(),
"public", job.getId(), _, _, runner_info) and
repositoryDataModel("public", _) and
workflowDataModel(job.getEnclosingWorkflow().getLocation().getFile().getRelativePath(), _,
job.getId(), _, _, runner_info) and
runner_info.indexOf("self-hosted:true") > 0
)
}

View File

@@ -2,7 +2,7 @@
library: true
warnOnImplicitThis: true
name: githubsecuritylab/actions-all
version: 0.0.24
version: 0.0.25
dependencies:
codeql/util: ^0.2.0
codeql/yaml: ^0.1.2

View File

@@ -1,7 +1,7 @@
---
library: false
name: githubsecuritylab/actions-queries
version: 0.0.24
version: 0.0.25
groups:
- actions
- queries