@@ -30,16 +30,16 @@ jobs:
3030
3131 steps :
3232 - name : Harden Runner
33- uses : step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6 .1
33+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13 .1
3434 with :
3535 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
3636
3737 - name : Checkout repository
38- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
38+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
42- uses : github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
42+ uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
4343 with :
4444 languages : ${{ matrix.language }}
4545 # If you wish to specify custom queries, you can do so here or in a config file.
5353 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454 # If this step fails, then you should remove it and run the build manually (see below)
5555 - name : Autobuild
56- uses : github/codeql-action/autobuild@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
56+ uses : github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
5757
5858 # ℹ️ Command-line programs to run using the OS shell.
5959 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6666 # ./location_of_script_within_repo/buildscript.sh
6767
6868 - name : Perform CodeQL Analysis
69- uses : github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
69+ uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
0 commit comments