mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Bump qlpack versions
This commit is contained in:
@@ -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
|
||||
)
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
library: false
|
||||
name: githubsecuritylab/actions-queries
|
||||
version: 0.0.24
|
||||
version: 0.0.25
|
||||
groups:
|
||||
- actions
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user