Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Build and save Docker image(wasm-debug-server:${{ inputs.ver_num }}) to tar file
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_iwasm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
contents: write # for uploading release artifacts

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: get cached LLVM libraries
id: retrieve_llvm_libs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_llvm_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: install dependencies for non macos-14
if: inputs.os != 'macos-14'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_wamr_lldb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
contents: write # for uploading release artifacts

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: download and install wasi-sdk
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_wamr_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
contents: write # for uploading release artifacts

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: download wamr-app-framework
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_wamr_vscode_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
contents: write # for uploading release artifacts

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Use Node.js 18.x
uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_wamr_wasi_extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
os: [ubuntu-22.04]
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: install-wasi-sdk-wabt
uses: ./.github/actions/install-wasi-sdk-wabt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_wamrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
contents: write # for uploading release artifacts

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: get cached LLVM libraries
id: retrieve_llvm_libs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_version_h.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: cmake execute to generate version.h
run: cmake -B build_version -S .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding_guidelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/compilation_on_android_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
llvm_cache_key: ${{ needs.build_llvm_libraries_on_ubuntu_2204.outputs.cache_key }}
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

# since jobs.id can't contain the dot character
# it is hard to use `format` to assemble the cache key
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
llvm_cache_key: ${{ needs.build_llvm_libraries_on_ubuntu_2204.outputs.cache_key }}
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

# only download llvm cache when needed
- name: Get LLVM libraries
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Get LLVM libraries
id: retrieve_llvm_libs
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Get LLVM libraries
id: retrieve_llvm_libs
Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Get LLVM libraries
id: retrieve_llvm_libs
Expand Down Expand Up @@ -504,7 +504,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Get LLVM libraries
id: retrieve_llvm_libs
Expand Down Expand Up @@ -675,7 +675,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/compilation_on_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
llvm_cache_key: ${{ needs.build_llvm_libraries_on_intel_macos.outputs.cache_key }}
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Get LLVM libraries
id: retrieve_llvm_libs
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
llvm_cache_key: ${{ needs.build_llvm_libraries_on_intel_macos.outputs.cache_key }}
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

# only download llvm cache when needed
- name: Get LLVM libraries
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Get LLVM libraries
id: retrieve_llvm_libs
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
llvm_cache_key: ${{ needs.build_llvm_libraries_on_arm_macos.outputs.cache_key }}
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: install-wasi-sdk-wabt
uses: ./.github/actions/install-wasi-sdk-wabt
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/compilation_on_nuttx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,21 +87,21 @@ jobs:

steps:
- name: Checkout NuttX
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: apache/nuttx
ref: releases/12.11
path: nuttx

- name: Checkout NuttX Apps
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: apache/nuttx-apps
ref: releases/12.11
path: apps

- name: Checkout WAMR
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ${{ github.repository }}
path: apps/interpreters/wamr/wamr
Expand All @@ -125,7 +125,7 @@ jobs:
run: make -j$(nproc) EXTRAFLAGS=-Werror

- name: Checkout Bloaty
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: google/bloaty
submodules: recursive
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/compilation_on_sgx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
make_options_feature: "-DWAMR_BUILD_MINI_LOADER=1"
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: install SGX SDK and necessary libraries
uses: ./.github/actions/install-linux-sgx
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: install-wasi-sdk-wabt
uses: ./.github/actions/install-wasi-sdk-wabt
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Get LLVM libraries
if: matrix.running_mode == 'aot'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/compilation_on_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
"-DWAMR_BUILD_LIBC_UVWASI=0 -DWAMR_BUILD_LIBC_WASI=1",
]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: clone uvwasi library
if: ${{ !contains(matrix.build_options, '-DWAMR_BUILD_LIBC_UVWASI=0') }}
Expand All @@ -109,7 +109,7 @@ jobs:
llvm_cache_key: ${{ needs.build_llvm_libraries_on_windows.outputs.cache_key }}
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

# since jobs.id can't contain the dot character
# it is hard to use `format` to assemble the cache key
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
]
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: download and install wasi-sdk
if: matrix.test_option == '$WASI_TEST_OPTIONS'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compilation_on_zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# └─── application/ --> DUMMY. keep west_lite.yml here

- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: modules/wasm-micro-runtime

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
contents: write # create and push tags

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
# Full git history is needed to get a proper list of commits and tags
with:
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hadolint_dockerfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

# on default, hadolint will fail on warnings and errors
- name: Run hadolint on dockerfiles
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/nightly_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
llvm_cache_key: ${{ needs.build_llvm_libraries_on_ubuntu.outputs.cache_key }}
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

# since jobs.id can't contain the dot character
# it is hard to use `format` to assemble the cache key
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

# only download llvm cache when needed
- name: Get LLVM libraries
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
sanitizer: asan
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Get LLVM libraries
id: retrieve_llvm_libs
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
llvm_cache_key: ${{ needs.build_llvm_libraries_on_ubuntu.outputs.cache_key }}
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: install-wasi-sdk-wabt
uses: ./.github/actions/install-wasi-sdk-wabt
Expand Down Expand Up @@ -634,7 +634,7 @@ jobs:
sanitizer: ubsan
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: install-wasi-sdk-wabt
if: matrix.test_option == '$WASI_TEST_OPTIONS'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: prepare the release note
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse_latest_release_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
contents: write # for creating realease and uploading release artifacts

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
# Full git history is needed to get a proper list of commits and tags
with:
fetch-depth: 0
Expand Down
Loading
Loading