20
20
21
21
steps :
22
22
- name : Checkout repository
23
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
23
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
24
24
with :
25
25
# We must fetch at least the immediate parents so that if this is
26
26
# a pull request then we can checkout the head.
@@ -33,15 +33,15 @@ jobs:
33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
36
+ uses : github/codeql-action/init@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
37
37
# Override language selection by uncommenting this and choosing your languages
38
38
# with:
39
39
# languages: go, javascript, csharp, python, cpp, java
40
40
41
41
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
42
42
# If this step fails, then you should remove it and run the build manually (see below)
43
43
- name : Autobuild
44
- uses : github/codeql-action/autobuild@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
44
+ uses : github/codeql-action/autobuild@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
45
45
46
46
# ℹ️ Command-line programs to run using the OS shell.
47
47
# 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
55
55
# make release
56
56
57
57
- name : Perform CodeQL Analysis
58
- uses : github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
58
+ uses : github/codeql-action/analyze@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2.20.1
0 commit comments