41
41
42
42
steps :
43
43
- name : Harden Runner
44
- uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
44
+ uses : step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
45
45
with :
46
46
disable-sudo : true
47
47
egress-policy : block
@@ -52,11 +52,11 @@ jobs:
52
52
uploads.github.com:443
53
53
54
54
- name : Checkout repository
55
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
55
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
56
56
57
57
# Initializes the CodeQL tools for scanning.
58
58
- name : Initialize CodeQL
59
- uses : github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
59
+ uses : github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
60
60
with :
61
61
languages : ${{ matrix.language }}
62
62
# If you wish to specify custom queries, you can do so here or in a config file.
66
66
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
67
67
# If this step fails, then you should remove it and run the build manually (see below)
68
68
- name : Autobuild
69
- uses : github/codeql-action/autobuild@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
69
+ uses : github/codeql-action/autobuild@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
70
70
71
71
# ℹ️ Command-line programs to run using the OS shell.
72
72
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
79
79
# ./location_of_script_within_repo/buildscript.sh
80
80
81
81
- name : Perform CodeQL Analysis
82
- uses : github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
82
+ uses : github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
83
83
with :
84
84
category : " /language:${{matrix.language}}"
0 commit comments