mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-01 00:42:13 +08:00 
			
		
		
		
	* kubernetes for kustomize learning Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> * feat(main): add openim server test cicd * feat(main): add openim scripts token --------- Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			490 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			490 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # Copyright © 2023 KubeCub open source community. All rights reserved.
 | |
| # Licensed under the MIT License (the "License");
 | |
| # you may not use this file except in compliance with the License.
 | |
| 
 | |
| name: OpenIM Dependency Review
 | |
| on: [pull_request]
 | |
| 
 | |
| permissions:
 | |
|   contents: read
 | |
| 
 | |
| jobs:
 | |
|   dependency-review:
 | |
|     runs-on: ubuntu-latest
 | |
|     steps:
 | |
|       - name: 'Checkout Repository'
 | |
|         uses: actions/checkout@v4
 | |
|       - name: 'Dependency Review'
 | |
|         uses: actions/dependency-review-action@v3 |