Bump actions/checkout from 4.1.7 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2. - [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/v4.1.7...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									1b970516f5
								
							
						
					
					
						commit
						24605b639e
					
				
							
								
								
									
										2
									
								
								.github/workflows/codeql-analysis.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/codeql-analysis.yml
									
									
									
									
										vendored
									
									
								
							@ -41,7 +41,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - name: Checkout repository
 | 
					    - name: Checkout repository
 | 
				
			||||||
      uses: actions/checkout@v4.1.7
 | 
					      uses: actions/checkout@v4.2.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Initializes the CodeQL tools for scanning.
 | 
					    # Initializes the CodeQL tools for scanning.
 | 
				
			||||||
    - name: Initialize CodeQL
 | 
					    - name: Initialize CodeQL
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/golangci-lint.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/golangci-lint.yaml
									
									
									
									
										vendored
									
									
								
							@ -9,7 +9,7 @@ jobs:
 | 
				
			|||||||
      contents: read  # for actions/checkout to fetch code
 | 
					      contents: read  # for actions/checkout to fetch code
 | 
				
			||||||
      pull-requests: read  # for golangci/golangci-lint-action to fetch pull requests
 | 
					      pull-requests: read  # for golangci/golangci-lint-action to fetch pull requests
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4.1.7
 | 
					      - uses: actions/checkout@v4.2.2
 | 
				
			||||||
      - name: golangci-lint
 | 
					      - name: golangci-lint
 | 
				
			||||||
        uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86
 | 
					        uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/unit_tests.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/unit_tests.yaml
									
									
									
									
										vendored
									
									
								
							@ -5,7 +5,7 @@ jobs:
 | 
				
			|||||||
    name: test
 | 
					    name: test
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - uses: actions/checkout@v4.1.7
 | 
					    - uses: actions/checkout@v4.2.2
 | 
				
			||||||
    - name: Setup go
 | 
					    - name: Setup go
 | 
				
			||||||
      uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
 | 
					      uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user