diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2f9fa1be83c..4d8072d5b8f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -41,7 +41,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.7 + uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8 with: languages: javascript @@ -51,7 +51,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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.7 + uses: github/codeql-action/autobuild@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8 # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -65,4 +65,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.7 + uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8 diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index d1f2a44116f..8b196f6ac4f 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -51,6 +51,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: 'Upload to code-scanning' - uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.7 + uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8 with: sarif_file: results.sarif diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 08cd448e7a4..a20de9ec291 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -31,7 +31,7 @@ jobs: format: 'sarif' output: 'trivy-results.sarif' - - uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.7 + - uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8 with: sarif_file: trivy-results.sarif category: 'docker-image-${{ matrix.tag }}' diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json index 9da83267c66..44981722489 100644 --- a/lib/data/monorepo.json +++ b/lib/data/monorepo.json @@ -400,6 +400,7 @@ "ksp": "https://github.com/google/ksp", "ktor": "https://github.com/ktorio/ktor", "lamar": "https://github.com/JasperFx/lamar", + "langchain4j": "https://github.com/langchain4j/langchain4j", "lerna": "https://github.com/lerna/lerna", "lerna-lite": "https://github.com/lerna-lite/lerna-lite", "lexical": "https://github.com/facebook/lexical", diff --git a/package.json b/package.json index bac0b189ce6..a36f93b39a2 100644 --- a/package.json +++ b/package.json @@ -335,7 +335,7 @@ "lint-staged": "16.1.2", "markdownlint-cli2": "0.18.1", "memfs": "4.28.0", - "nock": "14.0.7", + "nock": "14.0.8", "npm-run-all2": "8.0.4", "nyc": "17.1.0", "rimraf": "6.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6a1e558492f..15ef054cbf5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -559,8 +559,8 @@ importers: specifier: 4.28.0 version: 4.28.0 nock: - specifier: 14.0.7 - version: 14.0.7 + specifier: 14.0.8 + version: 14.0.8 npm-run-all2: specifier: 8.0.4 version: 8.0.4 @@ -4799,8 +4799,8 @@ packages: nise@6.1.1: resolution: {integrity: sha512-aMSAzLVY7LyeM60gvBS423nBmIPP+Wy7St7hsb+8/fc1HmeoHJfLO8CKse4u3BtOZvQLJghYPI2i/1WZrEj5/g==} - nock@14.0.7: - resolution: {integrity: sha512-ubwvvhSzNPqc7Nm3a/iYolwqb7lo1zfllDKO1ODsYu3KnarmQEya5yV70ZUwhVxYIl1ePuX3W+lHw2un+pUfpQ==} + nock@14.0.8: + resolution: {integrity: sha512-5DCGrkwK1f8kxUvqvzLWb97XuDUY4/t5M3ZcogPfLGvC2wO8wjRQsIDSXj2L6e1J0Dv8xscf9wWSvGnS3OL29Q==} engines: {node: '>=18.20.0 <20 || >=20.12.1'} node-abi@3.75.0: @@ -11769,7 +11769,7 @@ snapshots: just-extend: 6.2.0 path-to-regexp: 8.2.0 - nock@14.0.7: + nock@14.0.8: dependencies: '@mswjs/interceptors': 0.39.5 json-stringify-safe: 5.0.1