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 Aug 14, 2023
1 parent 4ec698e commit 6275e1e
Show file tree
Hide file tree
Showing 41 changed files with 3,174 additions and 2,151 deletions.
10 changes: 5 additions & 5 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 Down Expand Up @@ -72,7 +72,7 @@ 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:
Expand Down Expand Up @@ -180,7 +180,7 @@ 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'
Expand All @@ -194,7 +194,7 @@ jobs:
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,7 +204,7 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion .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 Down
6 changes: 3 additions & 3 deletions .github/workflows/daily-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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}}
Expand Down Expand Up @@ -93,7 +93,7 @@ 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'
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
2 changes: 1 addition & 1 deletion .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 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
2 changes: 1 addition & 1 deletion .github/workflows/package-lock-version-fail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
lockfile-version:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- name: Check lockfileVersion of all package-lock.json
Expand Down
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
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-semantic-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
run-script:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
GITHUB_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
release:
environment: 'Release'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
GITHUB_CREDENTIALS: ${{ secrets.CLI_RELEASE }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate-config-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
renovate-config:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/renovate-jest-snap-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ env:
jobs:
close-snap:
name: 'Close Jest Snap PR'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Delete the branch
run: git push origin --delete $BRANCH_NAME
update-snap:
name: 'Update Jest Snap of #${{ github.event.workflow_run.pull_requests[0].number }}'
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Setup runner
if: ${{matrix.os == 'ubuntu-20.04'}}
Expand Down
Loading

0 comments on commit 6275e1e

Please sign in to comment.