소스 검색

Fix version

chauhang 1 년 전
부모
커밋
ff0bc4b892
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .github/workflows/codeql.yml

+ 3 - 3
.github/workflows/codeql.yml

@@ -37,11 +37,11 @@ jobs:
     steps:
     - name: Checkout repository
       uses: actions/checkout@v3
-      
-    - name: Setup Python 3.10
+
+    - name: Setup Python 3.11
       uses: actions/setup-python@v4
       with:
-        python-version: 3.10
+        python-version: 3.11
         architecture: x64
 
     # Initializes the CodeQL tools for scanning.