@@ -28,16 +28,16 @@ jobs:
2828
2929 steps :
3030 - name : Harden Runner
31- uses : step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6 .1
31+ uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14 .1
3232 with :
3333 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
3434
3535 - name : Checkout repository
36- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737
3838 # Initializes the CodeQL tools for scanning.
3939 - name : Initialize CodeQL
40- uses : github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23 .0
40+ uses : github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32 .0
4141 with :
4242 languages : ${{ matrix.language }}
4343 # If you wish to specify custom queries, you can do so here or in a config file.
5151 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5252 # If this step fails, then you should remove it and run the build manually (see below)
5353 - name : Autobuild
54- uses : github/codeql-action/autobuild@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23 .0
54+ uses : github/codeql-action/autobuild@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32 .0
5555
5656 # ℹ️ Command-line programs to run using the OS shell.
5757 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6464 # ./location_of_script_within_repo/buildscript.sh
6565
6666 - name : Perform CodeQL Analysis
67- uses : github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23 .0
67+ uses : github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32 .0
0 commit comments