mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	Update CodeQL (#219)
* Update CodeQL * Update codeql-analysis.yml * Update codeql-analysis.yml
This commit is contained in:
		
							parent
							
								
									7bf3696a3b
								
							
						
					
					
						commit
						eef3a85b18
					
				
							
								
								
									
										25
									
								
								.github/workflows/codeql-analysis.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										25
									
								
								.github/workflows/codeql-analysis.yml
									
									
									
									
										vendored
									
									
								
							@ -18,32 +18,27 @@ jobs:
 | 
				
			|||||||
  analyze:
 | 
					  analyze:
 | 
				
			||||||
    name: Analyze
 | 
					    name: Analyze
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					    permissions:
 | 
				
			||||||
 | 
					      actions: read
 | 
				
			||||||
 | 
					      contents: read
 | 
				
			||||||
 | 
					      security-events: write
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        # Override automatic language detection by changing the below list
 | 
					        # Override automatic language detection by changing the below list
 | 
				
			||||||
        # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
 | 
					        # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
 | 
				
			||||||
        language: ['cpp']
 | 
					        language: ['cpp', 'python']
 | 
				
			||||||
        # Learn more...
 | 
					        # Learn more...
 | 
				
			||||||
        # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
 | 
					        # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - name: Checkout repository
 | 
					    - name: Checkout repository
 | 
				
			||||||
      uses: actions/checkout@v2
 | 
					      uses: actions/checkout@v3
 | 
				
			||||||
      with:
 | 
					 | 
				
			||||||
        # We must fetch at least the immediate parents so that if this is
 | 
					 | 
				
			||||||
        # a pull request then we can checkout the head.
 | 
					 | 
				
			||||||
        fetch-depth: 2
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    # If this run was triggered by a pull request event, then checkout
 | 
					 | 
				
			||||||
    # the head of the pull request instead of the merge commit.
 | 
					 | 
				
			||||||
    - run: git checkout HEAD^2
 | 
					 | 
				
			||||||
      if: ${{ github.event_name == 'pull_request' }}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Initializes the CodeQL tools for scanning.
 | 
					    # Initializes the CodeQL tools for scanning.
 | 
				
			||||||
    - name: Initialize CodeQL
 | 
					    - name: Initialize CodeQL
 | 
				
			||||||
      uses: github/codeql-action/init@v1
 | 
					      uses: github/codeql-action/init@v2
 | 
				
			||||||
      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.
 | 
				
			||||||
@ -54,7 +49,7 @@ jobs:
 | 
				
			|||||||
    # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 | 
					    # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 | 
				
			||||||
    # If this step fails, then you should remove it and run the build manually (see below)
 | 
					    # If this step fails, then you should remove it and run the build manually (see below)
 | 
				
			||||||
    - name: Autobuild
 | 
					    - name: Autobuild
 | 
				
			||||||
      uses: github/codeql-action/autobuild@v1
 | 
					      uses: github/codeql-action/autobuild@v2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # ℹ️ Command-line programs to run using the OS shell.
 | 
					    # ℹ️ Command-line programs to run using the OS shell.
 | 
				
			||||||
    # 📚 https://git.io/JvXDl
 | 
					    # 📚 https://git.io/JvXDl
 | 
				
			||||||
@ -68,4 +63,4 @@ jobs:
 | 
				
			|||||||
    #   make release
 | 
					    #   make release
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Perform CodeQL Analysis
 | 
					    - name: Perform CodeQL Analysis
 | 
				
			||||||
      uses: github/codeql-action/analyze@v1
 | 
					      uses: github/codeql-action/analyze@v2
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user