actions UPDATE CodeQL actions and checkout new version (#2204)

* CodeQL actions and checkout

Let's upgrade to the latest versions in order to avoid some warnings.

* Build using latest main from each Actions

Suggested-by: Michal Vasko <mvasko@cesnet.cz>
diff --git a/.github/workflows/devel-push.yml b/.github/workflows/devel-push.yml
index 7dddc13..5d01a0c 100644
--- a/.github/workflows/devel-push.yml
+++ b/.github/workflows/devel-push.yml
@@ -41,7 +41,7 @@
           }
 
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@main
 
       - name: Deps-packages
         shell: bash