Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into hengguo/h2o
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ck-guo authored Jul 22, 2024
2 parents 46fa4d7 + 52b8ae8 commit 268fb80
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Scaner_BDBA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Scanner BDBA

on:
workflow_dispatch:
permissions:
contents: read

jobs:
bdba_job:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/Scaner_Coverity.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Scanner Coverity PYTHON

on:
workflow_dispatch:

workflow_dispatch:
permissions:
contents: read
jobs:
coverity_job:
name: Coverity
Expand All @@ -14,8 +15,8 @@ jobs:
- name: Scan
uses: intel-innersource/frameworks.devops.github.actions.coverity@main
with:
server: 'https://coverityent.devtools.intel.com/prod4'
server: "https://coverityent.devtools.intel.com/prod4"
username: ${{secrets.COVERITY_NAME }}
password: ${{secrets.COVERITY }}
project: IntelExtensionForTransformers
stream: 'IntelExtensionForTransformers12cpp'
stream: "IntelExtensionForTransformers12cpp"
4 changes: 3 additions & 1 deletion .github/workflows/Scaner_Trivy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Trivy Scan for Containers

on:
workflow_dispatch:
workflow_dispatch:
permissions:
contents: read
jobs:
trivy_container_job:
uses: "intel-innersource/frameworks.ai.infrastructure.code-scan-tools/.github/workflows/Scanner_Trivy.yml@one-ci-cd"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/chatbot-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ on:
- '!intel_extension_for_transformers/neural_chat/README.md'

workflow_dispatch:
permissions:
contents: read
# If there is a new commit, the previous jobs will be canceled
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/chatbot_finetuning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Chat Bot Finetuning Test

on:
workflow_dispatch:

permissions:
contents: read
# If there is a new commit, the previous jobs will be canceled
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/probot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: true
permissions: write-all
permissions:
contents: read
pull-requests: write
jobs:
required-jobs:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ langchain_core==0.1.35
langid
markdown
openpyxl
protobuf==3.20
protobuf==3.20.2
PyMuPDF
python-docx
qdrant-client==1.9.0
Expand Down

0 comments on commit 268fb80

Please sign in to comment.