Skip to content

Commit

Permalink
Fix linux build CI error due to action runner env upgrade node 20 (op…
Browse files Browse the repository at this point in the history
…ensearch-project#1795)

* Fix linux build CI error due to github action runner env upgrade node to 20

Signed-off-by: Junqiu Lei <[email protected]>

* Update security test CI

Signed-off-by: Junqiu Lei <[email protected]>

---------

Signed-off-by: Junqiu Lei <[email protected]>
  • Loading branch information
junqiu-lei authored Jul 6, 2024
1 parent e7d7ec8 commit 5139b16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
branches:
- "*"
- "feature/**"
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
Get-CI-Image-Tag:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
branches:
- "*"
- "feature/**"
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
Get-CI-Image-Tag:
Expand All @@ -20,7 +22,7 @@ jobs:
integ-test-with-security-linux:
strategy:
matrix:
java: [11, 17, 21]
java: [21]

name: Run Integration Tests on Linux
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5139b16

Please sign in to comment.