CI: Return to codecov-action@v3.1.5, but with tokens
[kconfig-hardened-check.git] / .github / workflows / engine_unit-test.yml
index 3b49012d36e550b08f2a99b802fb43bb8c30338e..b52a1f513d4e929042b9165e572036bd2fdc6bd4 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       max-parallel: 1
       fail-fast: false
       matrix:
-        python-version: ['3.11']
+        python-version: ['3.12']
 
     steps:
 
@@ -39,6 +39,8 @@ jobs:
 
     - name: Handle coverage
       uses: codecov/codecov-action@v3.1.5
+      env:
+        CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
       with:
         files: ./coverage_unittest.xml
         flags: engine_unit-test