Merge branch 'main' into dependabot/gradle/sources/test/init-scripts/gradle-eff59037d4

This commit is contained in:
Jérôme Prinet 2025-09-03 09:55:46 +02:00 committed by GitHub
commit 267b96bcdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 280 additions and 279 deletions

View File

@ -35,7 +35,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
with:
languages: ${{ matrix.language }}
config: |
@ -43,4 +43,4 @@ jobs:
- sources/src
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5

View File

@ -52,6 +52,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: 'Upload to code-scanning'
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
with:
sarif_file: results.sarif

File diff suppressed because it is too large Load Diff

View File

@ -49,18 +49,18 @@
},
"devDependencies": {
"@gradle-tech/develocity-agent": "1.0.2",
"@jest/globals": "30.0.5",
"@jest/globals": "30.1.2",
"@types/jest": "30.0.0",
"@types/node": "24.3.0",
"@types/semver": "7.7.0",
"@types/unzipper": "0.10.11",
"@types/which": "3.0.4",
"@typescript-eslint/eslint-plugin": "8.40.0",
"@typescript-eslint/eslint-plugin": "8.41.0",
"@vercel/ncc": "0.38.3",
"dedent": "1.6.0",
"eslint": "9.24.0",
"globals": "16.3.0",
"jest": "30.0.5",
"jest": "30.1.2",
"nock": "13.5.6",
"npm-run-all": "4.1.5",
"patch-package": "8.0.0",