mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Update tool dependencies, lock govulncheck and actionlint (#25655)
- Update all tool dependencies - Lock `govulncheck` and `actionlint` to their latest tags --------- Co-authored-by: 6543 <m.huber@kithara.com> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		@@ -111,7 +111,7 @@ func populateHash(hashFunc crypto.Hash, msg []byte) (hash.Hash, error) {
 | 
			
		||||
func readArmoredSign(r io.Reader) (body io.Reader, err error) {
 | 
			
		||||
	block, err := armor.Decode(r)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return
 | 
			
		||||
		return nil, err
 | 
			
		||||
	}
 | 
			
		||||
	if block.Type != openpgp.SignatureType {
 | 
			
		||||
		return nil, fmt.Errorf("expected '" + openpgp.SignatureType + "', got: " + block.Type)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user