chauhang 1 anno fa
parent
commit
ff0bc4b892
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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.