Skip to content

Commit 3c9546e

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/multi-c246da593c
2 parents 16155ad + 5fa4c42 commit 3c9546e

File tree

25 files changed

+788
-577
lines changed

25 files changed

+788
-577
lines changed

.evergreen.yml

Lines changed: 421 additions & 421 deletions
Large diffs are not rendered by default.

.evergreen/node-20-latest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"version": "20.19.0",
2+
"version": "20.19.1",
33
"major": 20,
44
"minor": 19,
5-
"patch": 0,
5+
"patch": 1,
66
"tag": "",
77
"codename": "iron",
88
"versionName": "v20",
99
"start": "2023-04-18T00:00:00.000Z",
1010
"lts": "2023-10-24T00:00:00.000Z",
1111
"maintenance": "2024-10-22T00:00:00.000Z",
1212
"end": "2026-04-30T00:00:00.000Z",
13-
"releaseDate": "2025-03-13T00:00:00.000Z",
13+
"releaseDate": "2025-04-22T00:00:00.000Z",
1414
"isLts": true,
1515
"files": [
1616
"aix-ppc64",

.github/workflows/codeql.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ on:
1616
- completed
1717
branches:
1818
- main
19+
workflow_dispatch:
20+
inputs:
21+
sha:
22+
description: 'Commit SHA to analyze'
23+
required: false
24+
type: string
1925

2026
jobs:
2127
analyze:
@@ -36,6 +42,8 @@ jobs:
3642
steps:
3743
- name: Checkout repository
3844
uses: actions/checkout@v3
45+
with:
46+
ref: ${{ github.event.inputs.sha || github.sha }}
3947

4048
# Initializes the CodeQL tools for scanning.
4149
- name: Initialize CodeQL

THIRD_PARTY_NOTICES.md

Lines changed: 231 additions & 28 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)