mirror of
https://github.com/github/codeql.git
synced 2026-01-01 16:56:33 +01:00
Bump qlpack versions
This commit is contained in:
@@ -11,10 +11,7 @@ int numberOfLines(string text) { result = max(int i | exists(text.splitAt("\n",
|
||||
* Gets the length of each line in the StringValue .
|
||||
*/
|
||||
bindingset[text]
|
||||
int lineLength(string text, int i) {
|
||||
i in [0 .. numberOfLines(text)] and
|
||||
result = text.splitAt("\n", i).length() + 1
|
||||
}
|
||||
int lineLength(string text, int i) { result = text.splitAt("\n", i).length() + 1 }
|
||||
|
||||
/**
|
||||
* Gets the sum of the length of the lines up to the given index.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
library: true
|
||||
warnOnImplicitThis: true
|
||||
name: github/actions-all
|
||||
version: 0.1.80
|
||||
version: 0.1.81
|
||||
dependencies:
|
||||
codeql/util: ^1.0.1
|
||||
codeql/yaml: ^1.0.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
library: false
|
||||
name: github/actions-queries
|
||||
version: 0.1.80
|
||||
version: 0.1.81
|
||||
groups: [actions, queries]
|
||||
suites: codeql-suites
|
||||
extractor: javascript
|
||||
|
||||
Reference in New Issue
Block a user