@@ -28,16 +28,16 @@ jobs:
28
28
29
29
steps :
30
30
- name : Harden Runner
31
- uses : step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f # v2.3.0
31
+ uses : step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
36
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
37
37
38
38
# Initializes the CodeQL tools for scanning.
39
39
- name : Initialize CodeQL
40
- uses : github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2 .11
40
+ uses : github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22 .11
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@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2 .11
54
+ uses : github/codeql-action/autobuild@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22 .11
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@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2 .11
67
+ uses : github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22 .11
0 commit comments