Bump qlpack versions

This commit is contained in:
Alvaro Muñoz
2024-10-29 21:17:55 +01:00
parent fcc7efbc5c
commit 685c9e97cc
3 changed files with 3 additions and 6 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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