chauhang 1 rok pred
rodič
commit
ff0bc4b892
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  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.