mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-11-03 22:13:11 +03:00 
			
		
		
		
	ci/GHA: bump actions
docker/login-action from 3.5.0 to 3.6.0 github/codeql-action from 3.30.4 to 3.30.5 Closes #1692 Closes #1693
This commit is contained in:
		
				
					committed by
					
						
						Viktor Szakats
					
				
			
			
				
	
			
			
			
						parent
						
							61d51cb449
						
					
				
				
					commit
					af2de52f59
				
			
							
								
								
									
										8
									
								
								.github/workflows/codeql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/codeql.yml
									
									
									
									
										vendored
									
									
								
							@@ -33,13 +33,13 @@ jobs:
 | 
				
			|||||||
          persist-credentials: false
 | 
					          persist-credentials: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: 'initialize'
 | 
					      - name: 'initialize'
 | 
				
			||||||
        uses: github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3
 | 
					        uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          languages: actions
 | 
					          languages: actions
 | 
				
			||||||
          queries: security-extended
 | 
					          queries: security-extended
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: 'perform analysis'
 | 
					      - name: 'perform analysis'
 | 
				
			||||||
        uses: github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3
 | 
					        uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  c:
 | 
					  c:
 | 
				
			||||||
    name: 'C'
 | 
					    name: 'C'
 | 
				
			||||||
@@ -67,7 +67,7 @@ jobs:
 | 
				
			|||||||
          persist-credentials: false
 | 
					          persist-credentials: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: 'initialize'
 | 
					      - name: 'initialize'
 | 
				
			||||||
        uses: github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3
 | 
					        uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          languages: cpp
 | 
					          languages: cpp
 | 
				
			||||||
          build-mode: manual
 | 
					          build-mode: manual
 | 
				
			||||||
@@ -88,4 +88,4 @@ jobs:
 | 
				
			|||||||
          fi
 | 
					          fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: 'perform analysis'
 | 
					      - name: 'perform analysis'
 | 
				
			||||||
        uses: github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3
 | 
					        uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/openssh_server.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/openssh_server.yml
									
									
									
									
										vendored
									
									
								
							@@ -40,7 +40,7 @@ jobs:
 | 
				
			|||||||
      contents: read   # To comply with https://docs.github.com/en/actions/tutorials/publish-packages/publish-docker-images
 | 
					      contents: read   # To comply with https://docs.github.com/en/actions/tutorials/publish-packages/publish-docker-images
 | 
				
			||||||
      packages: write  # To create/update container
 | 
					      packages: write  # To create/update container
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
 | 
					      - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          registry: ghcr.io
 | 
					          registry: ghcr.io
 | 
				
			||||||
          username: ${{ github.repository_owner }}
 | 
					          username: ${{ github.repository_owner }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user