mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-04 07:48:09 +08:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			users/vmjo
			...
			fhammerl/b
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					6f6aa33e7a | 
							
								
								
									
										4
									
								
								.github/workflows/codeql-analysis.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/codeql-analysis.yml
									
									
									
									
										vendored
									
									
								
							@@ -42,7 +42,7 @@ jobs:
 | 
				
			|||||||
      uses: actions/checkout@v3
 | 
					      uses: actions/checkout@v3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Initialize CodeQL
 | 
					    - name: Initialize CodeQL
 | 
				
			||||||
      uses: github/codeql-action/init@v2
 | 
					      uses: github/codeql-action/init@v1
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        languages: ${{ matrix.language }}
 | 
					        languages: ${{ matrix.language }}
 | 
				
			||||||
        # If you wish to specify custom queries, you can do so here or in a config file.
 | 
					        # If you wish to specify custom queries, you can do so here or in a config file.
 | 
				
			||||||
@@ -55,4 +55,4 @@ jobs:
 | 
				
			|||||||
    - run: rm -rf dist # We want code scanning to analyze lib instead (individual .js files)
 | 
					    - run: rm -rf dist # We want code scanning to analyze lib instead (individual .js files)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Perform CodeQL Analysis
 | 
					    - name: Perform CodeQL Analysis
 | 
				
			||||||
      uses: github/codeql-action/analyze@v2
 | 
					      uses: github/codeql-action/analyze@v1
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										36186
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										36186
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										1033
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1033
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -30,9 +30,9 @@
 | 
				
			|||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "@actions/core": "^1.10.0",
 | 
					    "@actions/core": "^1.10.0",
 | 
				
			||||||
    "@actions/exec": "^1.0.1",
 | 
					    "@actions/exec": "^1.0.1",
 | 
				
			||||||
    "@actions/github": "^2.2.0",
 | 
					    "@actions/github": "^5.0.0",
 | 
				
			||||||
    "@actions/io": "^1.1.3",
 | 
					    "@actions/io": "^1.1.2",
 | 
				
			||||||
    "@actions/tool-cache": "^1.1.2",
 | 
					    "@actions/tool-cache": "^2.0.0",
 | 
				
			||||||
    "uuid": "^3.3.3"
 | 
					    "uuid": "^3.3.3"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
@@ -41,7 +41,7 @@
 | 
				
			|||||||
    "@types/uuid": "^3.4.6",
 | 
					    "@types/uuid": "^3.4.6",
 | 
				
			||||||
    "@typescript-eslint/eslint-plugin": "^5.45.0",
 | 
					    "@typescript-eslint/eslint-plugin": "^5.45.0",
 | 
				
			||||||
    "@typescript-eslint/parser": "^5.45.0",
 | 
					    "@typescript-eslint/parser": "^5.45.0",
 | 
				
			||||||
    "@vercel/ncc": "^0.36.1",
 | 
					    "@zeit/ncc": "^0.20.5",
 | 
				
			||||||
    "eslint": "^7.32.0",
 | 
					    "eslint": "^7.32.0",
 | 
				
			||||||
    "eslint-plugin-github": "^4.3.2",
 | 
					    "eslint-plugin-github": "^4.3.2",
 | 
				
			||||||
    "eslint-plugin-jest": "^25.7.0",
 | 
					    "eslint-plugin-jest": "^25.7.0",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user