Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
live-github-bot[bot] committed Dec 12, 2023
2 parents 468bbdb + ceb890a commit 73024e4
Show file tree
Hide file tree
Showing 1,516 changed files with 106,398 additions and 59,680 deletions.
4 changes: 2 additions & 2 deletions .github/workflow-templates/bot-coin-family.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Retrieving coin apps
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/backup/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_PRIVATE_KEY }}
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ steps.generate-token.outputs.token }}
- name: Setup git user
uses: ./tools/actions/composites/setup-git-user
- name: Git stuff
run: |
git config checkout.defaultRemote origin
git config user.email "105061298+live-github-bot[bot]@users.noreply.github.com"
git config user.name "live-github-bot[bot]"
git fetch -n origin
- name: Execute shell script
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backup/version-or-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup the toolchain
uses: ./tools/actions/composites/setup-toolchain
- uses: ruby/setup-ruby@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bot-nonreg-nitrogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Retrieving coin apps
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bot-nonreg-oxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Retrieving coin apps
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bot-portfolio-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Retrieving coin apps
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bot-staging-explorer-btc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: main
- name: Retrieving coin apps
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bot-staging-explorer-eth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: main
- name: Retrieving coin apps
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bot-super-report-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup the toolchain
uses: ./tools/actions/composites/setup-toolchain
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bot-super-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup the toolchain
uses: ./tools/actions/composites/setup-toolchain
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bot-testing-carbon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Retrieving coin apps
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bot-testing-mere-denis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Retrieving coin apps
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bot-testing-mooncake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Retrieving coin apps
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bot-testing-nitrogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Retrieving coin apps
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bot-testing-oxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Retrieving coin apps
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bot-testing-phosphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Retrieving coin apps
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bot-testing-silicium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Retrieving coin apps
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bot-transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
with:
app_id: ${{ secrets.GH_BOT_APP_ID }}
private_key: ${{ secrets.GH_BOT_PRIVATE_KEY }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Retrieving coin apps
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
Expand Down
20 changes: 9 additions & 11 deletions .github/workflows/build-desktop-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ on:
workflow_dispatch:
inputs:
ref:
description: the branch which triggered this workflow
description: |
If you run this manually, and want to run on a PR, the correct ref should be refs/pull/{PR_NUMBER}/merge to
have the "normal" scenario involving checking out a merge commit between your branch and the base branch.
If you want to run only on a branch or specific commit, you can use either the sha or the branch name instead (prefer the first verion for PRs).
required: false
login:
description: The GitHub username that triggered the workflow
required: true
required: false
base_ref:
description: The base branch to merge the head into when checking out the code
required: false
draft:
description: true if the PR is in draft
required: false
default: "false"

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name != 'develop' && github.ref || github.run_id }}
Expand Down Expand Up @@ -53,10 +52,8 @@ jobs:
with:
ref: ${{ github.ref_name }}
base: ${{ inputs.base_ref }}
- name: Set git user
run: |
git config user.email "105061298+live-github-bot[bot]@users.noreply.github.com"
git config user.name "live-github-bot[bot]"
- name: Setup git user
uses: ./tools/actions/composites/setup-git-user
- uses: actions/setup-python@v4
with:
python-version: "3.x"
Expand All @@ -68,7 +65,8 @@ jobs:
uses: ./tools/actions/composites/setup-toolchain
with:
upgrade_npm: ${{ matrix.os == 'windows-latest' }}
- uses: ./tools/actions/composites/setup-build-desktop
- name: Build desktop
uses: ./tools/actions/composites/setup-build-desktop
id: build-desktop
with:
os: ${{ steps.os.outputs.result }}
Expand Down
Loading

2 comments on commit 73024e4

@vercel
Copy link

@vercel vercel bot commented on 73024e4 Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 73024e4 Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.