mirror of
				https://github.com/snipe/snipe-it.git
				synced 2025-10-29 19:31:41 +00:00 
			
		
		
		
	Bump actions/checkout from 2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									fbfc9d123c
								
							
						
					
					
						commit
						36eb51b52f
					
				
							
								
								
									
										2
									
								
								.github/workflows/SA-codeql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/SA-codeql.yml
									
									
									
									
										vendored
									
									
								
							| @ -26,7 +26,7 @@ jobs: | ||||
|         language: [ 'javascript' ] | ||||
|     steps: | ||||
|     - name: Checkout repository | ||||
|       uses: actions/checkout@v2 | ||||
|       uses: actions/checkout@v3.1.0 | ||||
| 
 | ||||
|     # Initializes the CodeQL tools for scanning. | ||||
|     - name: Initialize CodeQL | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/codacy-analysis.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/codacy-analysis.yml
									
									
									
									
										vendored
									
									
								
							| @ -32,7 +32,7 @@ jobs: | ||||
|     steps: | ||||
|       # Checkout the repository to the GitHub Actions runner | ||||
|       - name: Checkout code | ||||
|         uses: actions/checkout@v2 | ||||
|         uses: actions/checkout@v3.1.0 | ||||
| 
 | ||||
|       # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis | ||||
|       - name: Run Codacy Analysis CLI | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/docker-alpine.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker-alpine.yml
									
									
									
									
										vendored
									
									
								
							| @ -41,7 +41,7 @@ jobs: | ||||
|     steps: | ||||
|       # https://github.com/actions/checkout | ||||
|       - name: Checkout codebase | ||||
|         uses: actions/checkout@v2 | ||||
|         uses: actions/checkout@v3.1.0 | ||||
| 
 | ||||
|       # https://github.com/docker/setup-buildx-action | ||||
|       - name: Setup Docker Buildx | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							| @ -41,7 +41,7 @@ jobs: | ||||
|     steps: | ||||
|       # https://github.com/actions/checkout | ||||
|       - name: Checkout codebase | ||||
|         uses: actions/checkout@v2 | ||||
|         uses: actions/checkout@v3.1.0 | ||||
| 
 | ||||
|       # https://github.com/docker/setup-buildx-action | ||||
|       - name: Setup Docker Buildx | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user