瀏覽代碼

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.