Skip to content

Commit

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

* 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 and luyuncheng committed Jul 7, 2024
1 parent 9b1ca19 commit 7be3a5c
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 7be3a5c

Please sign in to comment.