ci: install python3.8 for code ql
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/codeql-analysis.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/codeql-analysis.yml
									
									
									
									
										vendored
									
									
								
							| @ -26,7 +26,9 @@ jobs: | |||||||
|     # the head of the pull request instead of the merge commit. |     # the head of the pull request instead of the merge commit. | ||||||
|     - run: git checkout HEAD^2 |     - run: git checkout HEAD^2 | ||||||
|       if: ${{ github.event_name == 'pull_request' }} |       if: ${{ github.event_name == 'pull_request' }} | ||||||
|  |     - uses: actions/setup-python@v2 | ||||||
|  |       with: | ||||||
|  |         python-version: '3.8' | ||||||
|     # 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@v1 | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer