Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: zhichao-aws <[email protected]>
Co-authored-by: zane-neo <[email protected]>
  • Loading branch information
zhichao-aws and zane-neo committed Jul 16, 2024
1 parent 08f41b8 commit 5340662
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -36,6 +36,8 @@ jobs:
strategy:
matrix:
java: [11, 17, 21]
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
name: Build and Test skills plugin on Linux
runs-on: ubuntu-latest
container:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
strategy:
matrix:
java: [11, 17, 21]

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
name: Run Security Integration Tests on Linux
runs-on: ubuntu-latest
needs: Get-CI-Image-Tag
Expand Down

0 comments on commit 5340662

Please sign in to comment.