Fix code scanning issues (#10129)
* Fix code scanning issues * update oneccl_bind_pt link * update * update --------- Co-authored-by: Your Name <Your Email>
This commit is contained in:
parent
4d33aac7f9
commit
c2378a9546
8 changed files with 24 additions and 0 deletions
3
.github/workflows/llm-binary-build.yml
vendored
3
.github/workflows/llm-binary-build.yml
vendored
|
|
@ -5,6 +5,9 @@ name: LLM Binary Build
|
||||||
# group: ${{ github.workflow }}-llm-binary-build-${{ github.event.pull_request.number || github.run_id }}
|
# group: ${{ github.workflow }}-llm-binary-build-${{ github.event.pull_request.number || github.run_id }}
|
||||||
# cancel-in-progress: false
|
# cancel-in-progress: false
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
# Triggers the workflow on push or pull request events but only for the main branch
|
# Triggers the workflow on push or pull request events but only for the main branch
|
||||||
|
|
|
||||||
3
.github/workflows/llm-nightly-test.yml
vendored
3
.github/workflows/llm-nightly-test.yml
vendored
|
|
@ -5,6 +5,9 @@ concurrency:
|
||||||
group: ${{ github.workflow }}-llm-nightly-test-${{ github.event.pull_request.number || github.run_id }}
|
group: ${{ github.workflow }}-llm-nightly-test-${{ github.event.pull_request.number || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
|
|
||||||
3
.github/workflows/llm-ppl-evaluation.yml
vendored
3
.github/workflows/llm-ppl-evaluation.yml
vendored
|
|
@ -5,6 +5,9 @@ concurrency:
|
||||||
group: ${{ github.workflow }}-llm-nightly-test-${{ github.event.pull_request.number || github.run_id }}
|
group: ${{ github.workflow }}-llm-nightly-test-${{ github.event.pull_request.number || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
|
|
||||||
3
.github/workflows/llm_example_tests.yml
vendored
3
.github/workflows/llm_example_tests.yml
vendored
|
|
@ -5,6 +5,9 @@ concurrency:
|
||||||
group: ${{ github.workflow }}-llm-example-tests-${{ github.event.pull_request.number || github.run_id }}
|
group: ${{ github.workflow }}-llm-example-tests-${{ github.event.pull_request.number || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
# schedule:
|
# schedule:
|
||||||
|
|
|
||||||
3
.github/workflows/llm_performance_tests.yml
vendored
3
.github/workflows/llm_performance_tests.yml
vendored
|
|
@ -5,6 +5,9 @@ concurrency:
|
||||||
group: ${{ github.workflow }}-llm-performance-tests-${{ github.event.pull_request.number || github.run_id }}
|
group: ${{ github.workflow }}-llm-performance-tests-${{ github.event.pull_request.number || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,9 @@ concurrency:
|
||||||
group: ${{ github.workflow }}-llm-performance-tests-${{ github.event.pull_request.number || github.run_id }}
|
group: ${{ github.workflow }}-llm-performance-tests-${{ github.event.pull_request.number || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
# pull_request:
|
# pull_request:
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,9 @@ concurrency:
|
||||||
group: ${{ github.workflow }}-llm-performance-tests-${{ github.event.pull_request.number || github.run_id }}
|
group: ${{ github.workflow }}-llm-performance-tests-${{ github.event.pull_request.number || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
# pull_request:
|
# pull_request:
|
||||||
|
|
|
||||||
3
.github/workflows/llm_unit_tests.yml
vendored
3
.github/workflows/llm_unit_tests.yml
vendored
|
|
@ -5,6 +5,9 @@ concurrency:
|
||||||
group: ${{ github.workflow }}-llm-unittest-${{ github.event.pull_request.number || github.run_id }}
|
group: ${{ github.workflow }}-llm-unittest-${{ github.event.pull_request.number || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
on:
|
on:
|
||||||
# Triggers the workflow on push or pull request events but only for the main branch
|
# Triggers the workflow on push or pull request events but only for the main branch
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue