@@ -28,16 +28,16 @@ jobs:
28
28
29
29
steps :
30
30
- name : Harden Runner
31
- uses : step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
31
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
32
32
with :
33
33
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
34
34
35
35
- name : Checkout repository
36
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
38
38
# Initializes the CodeQL tools for scanning.
39
39
- name : Initialize CodeQL
40
- uses : github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
40
+ uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
41
41
with :
42
42
languages : ${{ matrix.language }}
43
43
# If you wish to specify custom queries, you can do so here or in a config file.
51
51
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
52
52
# If this step fails, then you should remove it and run the build manually (see below)
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
54
+ uses : github/codeql-action/autobuild@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
55
55
56
56
# ℹ️ Command-line programs to run using the OS shell.
57
57
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
64
64
# ./location_of_script_within_repo/buildscript.sh
65
65
66
66
- name : Perform CodeQL Analysis
67
- uses : github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
67
+ uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
0 commit comments