Skip to content

Commit

Permalink
chore(deps): update all dependencies j:cdx-227
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2023
1 parent c2a59ff commit 7de6aef
Show file tree
Hide file tree
Showing 43 changed files with 6,550 additions and 3,018 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
lint:
name: Lint
runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-22.04'
steps:
- name: Setup runner
if: ${{matrix.os == 'ubuntu-20.04'}}
Expand All @@ -32,7 +32,7 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
cache: 'npm'
Expand All @@ -58,7 +58,7 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
cache: 'npm'
Expand All @@ -72,14 +72,14 @@ jobs:
e2e-setup-login:
timeout-minutes: 15
name: End-to-end login
runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-22.04'
outputs:
cliConfigJson: ${{ steps.setup.outputs.cliConfigJson}}
env:
# ID of the test run to identify resources to teardown.
TEST_RUN_ID: 'id${{ matrix.os }}-${{ github.sha }}-${{ github.run_attempt }}g'
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
cache: 'npm'
Expand All @@ -98,7 +98,7 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
# pulls all commits (needed for computing the next version)
fetch-depth: 0
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
COVEO_DISABLE_AUTOUPDATE: true
CLI_CONFIG_JSON: ${{needs.e2e-setup-login.outputs.cliConfigJson}}
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
if: ${{matrix.os == 'ubuntu-20.04'}}
with:
Expand All @@ -180,21 +180,21 @@ jobs:
name: End-to-end teardown
if: ${{ always() }}
needs: [e2e, e2e-setup-login]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
# ID of the test run to identify resources to teardown.
TEST_RUN_ID: '${{ github.sha }}-${{ github.run_attempt }}g'
CLI_CONFIG_JSON: ${{needs.e2e-setup-login.outputs.cliConfigJson}}
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: ./.github/actions/e2e-clean
with:
cliConfigJson: ${{ env.CLI_CONFIG_JSON }}
e2e-report:
name: End-to-end status reporter
if: ${{ always() }}
needs: e2e
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Check e2e matrix status
if: ${{ needs.e2e.result != 'success' }}
Expand All @@ -204,10 +204,10 @@ jobs:
name: Pre-release
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
needs: [e2e-report, lint, unit-tests]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
environment: prerelease
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
# pulls all commits (needed for computing the next version)
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
codeql:
name: CodeQL
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
Expand All @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/daily-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ env:
jobs:
e2e-setup-login:
name: End-to-end login
runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-22.04'
timeout-minutes: 30
outputs:
cliConfigJson: ${{ steps.setup.outputs.cliConfigJson}}
env:
# ID of the test run to identify resources to teardown.
TEST_RUN_ID: 'id${{ matrix.os }}-${{ github.sha }}-${{ github.run_attempt }}-dailyg'
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
# pulls all commits (needed for computing the next version)
fetch-depth: 0
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
COVEO_DISABLE_AUTOUPDATE: true
CLI_CONFIG_JSON: ${{needs.e2e-setup-login.outputs.cliConfigJson}}
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
# pulls all commits (needed for computing the next version)
fetch-depth: 0
Expand All @@ -93,13 +93,13 @@ jobs:
name: End-to-end teardown
if: ${{ always() }}
needs: [e2e, e2e-setup-login]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
# ID of the test run to identify resources to teardown.
TEST_RUN_ID: '${{ github.sha }}-${{ github.run_attempt }}-dailyg'
CLI_CONFIG_JSON: ${{needs.e2e-setup-login.outputs.cliConfigJson}}
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
# pulls all commits (needed for computing the next version)
fetch-depth: 0
Expand All @@ -115,7 +115,7 @@ jobs:
timeout-minutes: 30
if: ${{ always() }}
needs: e2e
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
environment: Daily Tests
steps:
- name: Check e2e matrix status
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/delete-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
delete-resources:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
environment: Cleaning
env:
ORG_ID: ${{ secrets.ORG_ID }}
Expand All @@ -17,7 +17,7 @@ jobs:
PLATFORM_USER_NAME: ${{ secrets.PLATFORM_USER_NAME }}
PLATFORM_USER_PASSWORD: ${{ secrets.PLATFORM_USER_PASSWORD }}
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-lock-fail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
git-locked:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- run: exit 1
2 changes: 1 addition & 1 deletion .github/workflows/git-lock-success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
git-locked:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- run: exit 0
2 changes: 1 addition & 1 deletion .github/workflows/merge-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
Merge:
if: ${{ github.event_name == 'pull_request' || github.event.issue.pull_request }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-lock-root-fail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ on:

jobs:
lockfile-outside-of-root:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- run: exit 1
2 changes: 1 addition & 1 deletion .github/workflows/package-lock-root-success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ on:

jobs:
lockfile-outside-of-root:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- run: exit 0
4 changes: 2 additions & 2 deletions .github/workflows/package-lock-version-fail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:

jobs:
lockfile-version:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Check lockfileVersion of all package-lock.json
run: node scripts/check-lockfile-versions.js $(find ./ -xdev -wholename '**/package-lock.json')
2 changes: 1 addition & 1 deletion .github/workflows/package-lock-version-succes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ on:

jobs:
lockfile-version:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- run: exit 0
4 changes: 2 additions & 2 deletions .github/workflows/pr-title-semantic-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
types: [opened, edited, synchronize, reopened]
jobs:
Lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Ensure PR Title is Semantic
run: |
npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:

jobs:
run-script:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
GITHUB_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
fetch-depth: 0
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ on:
jobs:
e2e-setup-login:
name: End-to-end login
runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-22.04'
timeout-minutes: 30
outputs:
cliConfigJson: ${{ steps.setup.outputs.cliConfigJson}}
env:
# ID of the test run to identify resources to teardown.
TEST_RUN_ID: 'idubuntu-20.04-${{ github.sha }}-${{ github.run_attempt }}-releaseg'
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
# pulls all commits (needed for computing the next version)
fetch-depth: 0
Expand All @@ -38,13 +38,13 @@ jobs:
id: setup
release-npm:
environment: 'Release'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
GITHUB_CREDENTIALS: ${{ secrets.CLI_RELEASE }} # Required to lock master
outputs:
shouldReleaseCli: $${{steps.release.outputs.shouldReleaseCli}}
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
# pulls all commits (needed for computing the next version)
fetch-depth: 0
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
# DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
e2e:
name: End-to-end tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [release-npm, e2e-setup-login]
timeout-minutes: 60
env:
Expand All @@ -103,7 +103,7 @@ jobs:
'vue.specs.ts',
]
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
# pulls all commits (needed for computing the next version)
fetch-depth: 0
Expand Down Expand Up @@ -147,13 +147,13 @@ jobs:
name: End-to-end teardown
if: ${{ always() }}
needs: [e2e, e2e-setup-login]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
# ID of the test run to identify resources to teardown.
TEST_RUN_ID: '${{ github.sha }}-${{ github.run_attempt }}-releaseg'
CLI_CONFIG_JSON: ${{needs.e2e-setup-login.outputs.cliConfigJson}}
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
# pulls all commits (needed for computing the next version)
fetch-depth: 0
Expand All @@ -167,11 +167,11 @@ jobs:
release-git:
needs: [release-npm]
environment: 'Release'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
GITHUB_CREDENTIALS: ${{ secrets.CLI_RELEASE }} # Required to lock master
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
# pulls all commits (needed for computing the next version)
fetch-depth: 0
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
for: 'linux install kit'

steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
# pulls all commits (needed for finding the @coveo/cli version to release)
fetch-depth: 0
Expand Down Expand Up @@ -346,11 +346,11 @@ jobs:
needs: [release-git, release-npm, build-binaries]
if: ${{needs.release-npm.outputs.shouldReleaseCli}}
environment: 'Release'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
GITHUB_CREDENTIALS: ${{ secrets.CLI_RELEASE }} # Required to lock master
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
# pulls all commits (needed for computing the next version)
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/renovate-config-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:

jobs:
renovate-config:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
cache: 'npm'
Expand Down
Loading

0 comments on commit 7de6aef

Please sign in to comment.