Skip to content

Commit a437f37

Browse files
fix(deps): update all dependencies j:cdx-227
1 parent ef1b8aa commit a437f37

File tree

27 files changed

+946
-558
lines changed

27 files changed

+946
-558
lines changed

.github/actions/e2e-clean/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
runs:
88
using: composite
99
steps:
10-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
10+
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
1111
with:
1212
cache: 'npm'
1313
node-version-file: '.nvmrc'

.github/actions/e2e-login/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
run: |
4444
echo "${{ env.E2E_TOKEN_PASSPHRASE }}" | gpg -a --batch --passphrase-fd 0 --symmetric --cipher-algo AES256 --output encodedConfig $CLI_CONFIG_PATH
4545
echo "cliConfigJson=$(base64 -w 0 encodedConfig)" >> $GITHUB_OUTPUT
46-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
46+
- uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
4747
if: cancelled() || failure() || success()
4848
with:
4949
name: login-test-artifacts

.github/actions/e2e-run/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ runs:
3737
git config --global core.autocrlf false
3838
git config --global core.eol lf
3939
40-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
40+
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
4141
with:
4242
cache: 'npm'
4343
node-version-file: '.nvmrc'
44-
- uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
44+
- uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
4545
with:
4646
cache: 'pip'
47-
python-version: '3.10'
47+
python-version: '3.14'
4848
- name: Install Mitmproxy through pip
4949
shell: bash
5050
run: pip install -r packages/cli-e2e/mitmproxy/requirements.txt
@@ -77,7 +77,7 @@ runs:
7777
npm_config_registry: ${{inputs.npmRegistry}}
7878
working-directory: packages/cli-e2e
7979
run: npm run jest:ci -- ${{inputs.spec}} ${{inputs.flag}}
80-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
80+
- uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
8181
if: cancelled() || failure() || success()
8282
with:
8383
name: ${{inputs.os}}-${{inputs.node}}-${{inputs.spec}}-test-artifacts

.github/actions/setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Setup Node.js, restore cache, and install dependencies'
44
runs:
55
using: 'composite'
66
steps:
7-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
7+
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
88
with:
99
cache: 'npm'
1010
node-version-file: '.nvmrc'

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
egress-policy: audit
1717

18-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
18+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1919
- uses: ./.github/actions/setup-node
2020
- name: Lint
2121
run: npm run lint
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
egress-policy: audit
3030

31-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
31+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
3232
- uses: ./.github/actions/setup-node
3333
- name: Build
3434
run: npm run build

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
egress-policy: audit
3838

3939
- name: Checkout repository
40-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
40+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
42+
uses: github/codeql-action/init@d198d2fabf39a7f36b5ce57ce70d4942944f006e # v3
4343
with:
4444
languages: ${{ matrix.language }}
4545
config-file: .github/codeql/config.yml
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
48+
uses: github/codeql-action/analyze@d198d2fabf39a7f36b5ce57ce70d4942944f006e # v3

.github/workflows/merge-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
egress-policy: audit
2020

21-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
21+
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
2222
- name: Run the Bot
2323
run: npx @coveo/merge-bot

.github/workflows/package-lock-version-fail.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
egress-policy: audit
2424

25-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
25+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2626
- name: Check lockfileVersion of all package-lock.json
2727
run: node scripts/check-lockfile-versions.js $(find ./ -xdev -wholename '**/package-lock.json')

.github/workflows/pr-title-semantic-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
egress-policy: audit
1616

17-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
17+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1818
- name: Ensure PR Title is Semantic
1919
run: |
2020
npm ci

.github/workflows/prbot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
egress-policy: audit
1515

16-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
16+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1717
with:
1818
fetch-depth: 0
19-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
19+
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
2020
with:
2121
cache: 'npm'
2222
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)