Update CodeQL v2

This commit is contained in:
jbenaventem 2022-10-14 16:07:59 +02:00
commit a2fbe5b400
No known key found for this signature in database
GPG key ID: BDE0DEF1157AEF6B
3 changed files with 5256 additions and 7260 deletions

View file

@ -27,7 +27,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java
@ -35,7 +35,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@ -49,4 +49,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

12050
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,13 +12,13 @@
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/node": "^12.7.11",
"jest": "^25.2.4",
"jest-circus": "^25.2.7",
"jest": "^29.2.0",
"jest-circus": "^29.2.0",
"ts-jest": "^25.3.0",
"typescript": "^3.6.3"
},
"dependencies": {
"@actions/core": "1.6.0",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.0.1",
"@actions/io": "^1.0.1",
"actions-secret-parser": "^1.0.2",