Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions .github/workflows/kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: workflow-kotlin-test-runner-ubuntu-4core
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: main build
uses: ./.github/actions/gradle-task
Expand All @@ -33,7 +33,7 @@ jobs:
needs: build-all
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Run dokka to validate kdoc
uses: ./.github/actions/gradle-task
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: workflow-kotlin-test-runner-ubuntu-4core
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# We use the workflow-pr-fixer app to authenticate and get a token that will cause the workflow
# to be triggered again.
- name: Generate App Token
Expand All @@ -70,7 +70,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# We use the workflow-pr-fixer app to authenticate and get a token that will cause the workflow
# to be triggered again.
- name: Generate App Token
Expand All @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# We use the workflow-pr-fixer app to authenticate and get a token that will cause the workflow
# to be triggered again.
- name: Generate App Token
Expand All @@ -118,7 +118,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# We use the workflow-pr-fixer app to authenticate and get a token that will cause the workflow
# to be triggered again.
- name: Generate App Token
Expand All @@ -143,7 +143,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# We use the workflow-pr-fixer app to authenticate and get a token that will cause the workflow
# to be triggered again.
- name: Generate App Token
Expand All @@ -170,7 +170,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check with Gradle
uses: ./.github/actions/gradle-task
Expand All @@ -185,7 +185,7 @@ jobs:
timeout-minutes: 40
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check with Gradle
uses: ./.github/actions/gradle-task
Expand All @@ -211,7 +211,7 @@ jobs:
steps:
# These setup steps should be common across all jobs in this workflow.
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: build tutorials
uses: ./.github/actions/gradle-task
Expand All @@ -226,7 +226,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check with Gradle
uses: ./.github/actions/gradle-task
Expand All @@ -247,7 +247,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check with Gradle
uses: ./.github/actions/gradle-task
Expand All @@ -268,7 +268,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check with Gradle
uses: ./.github/actions/gradle-task
Expand All @@ -289,7 +289,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check with Gradle
uses: ./.github/actions/gradle-task
Expand All @@ -310,7 +310,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check with Gradle
uses: ./.github/actions/gradle-task
Expand All @@ -331,7 +331,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check with Gradle
uses: ./.github/actions/gradle-task
Expand All @@ -352,7 +352,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check with Gradle
uses: ./.github/actions/gradle-task
Expand All @@ -373,7 +373,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check with Gradle
uses: ./.github/actions/gradle-task
Expand All @@ -394,7 +394,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check with Gradle
uses: ./.github/actions/gradle-task
Expand All @@ -415,7 +415,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check with Gradle
uses: ./.github/actions/gradle-task
Expand All @@ -436,7 +436,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check with Gradle
uses: ./.github/actions/gradle-task
Expand All @@ -457,7 +457,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check with Gradle
uses: ./.github/actions/gradle-task
Expand All @@ -478,7 +478,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check with Gradle
uses: ./.github/actions/gradle-task
Expand All @@ -499,7 +499,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Check with Gradle
uses: ./.github/actions/gradle-task
Expand All @@ -520,7 +520,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

## JS Specific Tests (for KMP js actuals in core and runtime).
- name: Check with Gradle
Expand Down Expand Up @@ -548,7 +548,7 @@ jobs:
- 31
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Instrumented tests
uses: ./.github/actions/gradle-tasks-with-emulator
Expand All @@ -574,7 +574,7 @@ jobs:
### <end-connected-check-shards>
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Instrumented tests
uses: ./.github/actions/gradle-tasks-with-emulator
Expand Down Expand Up @@ -602,7 +602,7 @@ jobs:
runtime: [ conflate, stateChange, drainExclusive, conflate-stateChange, partial, conflate-partial, stable, conflate-drainExclusive, stateChange-drainExclusive, partial-drainExclusive, conflate-partial-drainExclusive, all ]
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Instrumented tests
uses: ./.github/actions/gradle-tasks-with-emulator
Expand Down
Loading