|
@@ -13,7 +13,7 @@ jobs:
|
|
contents: read # to fetch code (actions/checkout)
|
|
contents: read # to fetch code (actions/checkout)
|
|
steps:
|
|
steps:
|
|
- name: Check out the repository to the runner
|
|
- name: Check out the repository to the runner
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
+ uses: actions/checkout@v5
|
|
- name: Run clang-format check
|
|
- name: Run clang-format check
|
|
uses: wolletd/[email protected]
|
|
uses: wolletd/[email protected]
|
|
with:
|
|
with:
|
|
@@ -24,7 +24,7 @@ jobs:
|
|
contents: read # to fetch code (actions/checkout)
|
|
contents: read # to fetch code (actions/checkout)
|
|
steps:
|
|
steps:
|
|
- name: Check out scripts folder to the runner
|
|
- name: Check out scripts folder to the runner
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
+ uses: actions/checkout@v5
|
|
with:
|
|
with:
|
|
ref: master
|
|
ref: master
|
|
path: actions
|
|
path: actions
|
|
@@ -32,7 +32,7 @@ jobs:
|
|
.github/scripts/check-cmake-format.sh
|
|
.github/scripts/check-cmake-format.sh
|
|
sparse-checkout-cone-mode: false
|
|
sparse-checkout-cone-mode: false
|
|
- name: Check out the repository to the runner
|
|
- name: Check out the repository to the runner
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
+ uses: actions/checkout@v5
|
|
with:
|
|
with:
|
|
path: source
|
|
path: source
|
|
ref: ${{ github.event.pull_request.head.sha }}
|
|
ref: ${{ github.event.pull_request.head.sha }}
|
|
@@ -51,7 +51,7 @@ jobs:
|
|
contents: read # to fetch code (actions/checkout)
|
|
contents: read # to fetch code (actions/checkout)
|
|
steps:
|
|
steps:
|
|
- name: Check out scripts folder to the runner
|
|
- name: Check out scripts folder to the runner
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
+ uses: actions/checkout@v5
|
|
with:
|
|
with:
|
|
ref: master
|
|
ref: master
|
|
path: actions
|
|
path: actions
|
|
@@ -59,7 +59,7 @@ jobs:
|
|
.github/scripts/check-commit.sh
|
|
.github/scripts/check-commit.sh
|
|
sparse-checkout-cone-mode: false
|
|
sparse-checkout-cone-mode: false
|
|
- name: Check out the repository to the runner
|
|
- name: Check out the repository to the runner
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
+ uses: actions/checkout@v5
|
|
with:
|
|
with:
|
|
path: source
|
|
path: source
|
|
ref: ${{ github.event.pull_request.head.sha }}
|
|
ref: ${{ github.event.pull_request.head.sha }}
|
|
@@ -92,7 +92,7 @@ jobs:
|
|
compilier: clang
|
|
compilier: clang
|
|
steps:
|
|
steps:
|
|
- name: Check out the repository to the runner
|
|
- name: Check out the repository to the runner
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
+ uses: actions/checkout@v5
|
|
- uses: ammaraskar/[email protected]
|
|
- uses: ammaraskar/[email protected]
|
|
- name: build
|
|
- name: build
|
|
run: |
|
|
run: |
|