mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 13:29:12 +08:00 
			
		
		
		
	Update workflows
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/codeql/codeql-config.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/codeql/codeql-config.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +0,0 @@
 | 
			
		||||
name: CodeQL config
 | 
			
		||||
paths:
 | 
			
		||||
  - src
 | 
			
		||||
							
								
								
									
										1
									
								
								.github/workflows/check-dist.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/check-dist.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1,5 @@
 | 
			
		||||
name: Check dist/
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches:
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										3
									
								
								.github/workflows/codeql-analysis.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/codeql-analysis.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1,5 @@
 | 
			
		||||
name: CodeQL analysis
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches: [ main ]
 | 
			
		||||
@@ -12,5 +13,3 @@ jobs:
 | 
			
		||||
    name: CodeQL analysis 
 | 
			
		||||
    #uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
 | 
			
		||||
    uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main
 | 
			
		||||
    with:  
 | 
			
		||||
      codeql-cfg-path: "./.github/codeql/codeql-config.yml"
 | 
			
		||||
@@ -1,4 +1,5 @@
 | 
			
		||||
name: Release new action version
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  release:
 | 
			
		||||
    types: [released]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user