@@ -28,16 +28,16 @@ jobs:
28
28
29
29
steps :
30
30
- name : Harden Runner
31
- uses : step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776 # v2.2.1
31
+ uses : step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f # v2.3.0
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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
36
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
37
37
38
38
# Initializes the CodeQL tools for scanning.
39
39
- name : Initialize CodeQL
40
- uses : github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7
40
+ uses : github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.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@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7
54
+ uses : github/codeql-action/autobuild@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.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@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7
67
+ uses : github/codeql-action/analyze@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11
0 commit comments